Compile DPDK in static?
- Dominant language
- C++
- Stars
- 30
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Hi all!
Thanks for this superb plugin !
Would it be possible to link to DPDK statically. First, it's supposed to perform better, but then it would also fix some linking issues when using MLX5 driver.
```
zeek -i dpdk::auto
Found 1 queues
EAL: Detected CPU lcores: 32
EAL: Detected NUMA nodes: 1
EAL: Auto-detected process type: PRIMARY
EAL: Detected shared linkage of DPDK
EAL: /lib/x86_64-linux-gnu/libmlx5.so.1: version `MLX5_OFED' not found (required by /usr/local/lib/x86_64-linux-gnu/librte_common_mlx5.so.22)
EAL: FATAL: Cannot init plugins
EAL: Cannot init plugins
fatal error: Error with EAL initialization
```
Did you try mlx5 by any chance?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.