Tags: ANLAB-KAIST/rust-dpdk
Tags
Merge #59 59: Feature rust user install r=leeopop a=leeopop bors r+ Co-authored-by: Keunhong Lee <dlrmsghd@gmail.com>
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>
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>
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