2 stable releases

1.1.8 Feb 11, 2025
1.1.7 Feb 10, 2025
1.1.6 Sep 19, 2024

#3 in #dpdk

Download history 3/week @ 2024-10-29 7/week @ 2024-11-05 4/week @ 2024-11-19 6/week @ 2024-11-26 24/week @ 2024-12-03 17/week @ 2024-12-10 8/week @ 2024-12-17 1/week @ 2024-12-31 3/week @ 2025-01-07 59/week @ 2025-02-04 190/week @ 2025-02-11

249 downloads per month
Used in demikernel

MIT license

26KB
526 lines

DPDK Rust bindings for Demikernel

Demikernel is a libOS architecture for kernel-bypass devices. Read more about it at https://aka.ms/demikernel.

We have tested this crate on Windows and Linux.

Prerequisites

  • Install DPDK.
  • Set the env. var CFLAGS to add include path to DPDK installation for header files. (-I<path_to_dpdk_headers>)
  • Set the env. var LIBDPDK_PATH to point to the root of the DPDK installation.
  • Set the env. var CC to point to the clang compiler. Add the clang compiler path to PATH variable.

https://crates.io/search?q=demikernel

We welcome comments and feedback. By sending feedback, you are consenting that it may be used in the further development of this project.

Usage Statement

This project is a prototype. As such, we provide no guarantees that it will work and you are assuming any risks with using the code. We welcome comments and feedback. Please send any questions or comments to one of the following maintainers of the project:

Trademark Notice

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Dependencies

~0–2.2MB
~45K SLoC