rust-dpdk icon indicating copy to clipboard operation
rust-dpdk copied to clipboard

Results 12 rust-dpdk issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Using the latest commit [77788ed603671a8e50fb7a84512f24a530d0b93d](https://github.com/ANLAB-KAIST/rust-dpdk/commit/77788ed603671a8e50fb7a84512f24a530d0b93d) DPDK fails to be initialize the appropriate driver (mlx5_net): ``` EAL: Setting policy MPOL_PREFERRED for socket 0 EAL: Restoring previous memory policy: 0 EAL:...

After adding rust-dpdk to the dependencies on Cargo.toml as written in the readme, I get this error message. If I do sudo find the file missing is actually here: `/home/rust-dpdk/dpdk-stable-22.11.6/lib/dmadev/rte_dmadev_pmd.h`...