WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

libpnet/rust-dpdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-dpdk

Rust bindings to Intel's DPDK, currently at version 1.8.0.

Building

To generate the bindings from scratch, use:

make BINDGEN=<bindgen> EXTRA_ARGS=<args>

The BINDGEN and EXTRA_ARGS parameters are optional, and may be used to specify the path to the bindgen binary, and replace some of the arguments passed to bindgen (include paths etc) respectively.

To use within your own project, use:

[dependencies.rust-dpdk]
git = "https://github.com/libpnet/rust-dpdk.git"

About

Rust bindings to Intel's DPDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published