Skip to content

Tags: ANLAB-KAIST/rust-dpdk

Tags

v0.1.22110

Toggle v0.1.22110's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #59

59: Feature rust user install r=leeopop a=leeopop

bors r+

Co-authored-by: Keunhong Lee <dlrmsghd@gmail.com>

v0.1.2011-rc1

Toggle v0.1.2011-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #50

50: Feature 20.11 update r=jeehoonkang a=leeopop

* Remove source download feature (only system-installed DPDK is accepted)
  - DPDK uses meson build system
  - It is hard to extract include path from the source (meson does not generate temporal include folder - previously `dpdk/build/include`).
  - Thus, this PR removes automatic source download feature
* Try to use latest bindgen
  - It keeps failing up to v0.56

Co-authored-by: Keunhong Lee <dlrmsghd@gmail.com>

v0.1.20021

Toggle v0.1.20021's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade DPDK to v20.02 (#12)

* Fix interaction with docker cache
* Update README.md
* [WIP] Resolved clippy errors
* Add blacklist

Co-authored-by: Lawrence Kay <lkay9495@hotmail.com>

v0.1.19081

Toggle v0.1.19081's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update our_dir & clang 7.0 (#11)

* All generated files go into the OUT_DIR
* Default DPDK is updated to 19.08
* Crate version now follows DPDK's
* Find include path for clang-tools
* Add layout test to Jenkinsfile