I have installed DPDK-19.11.1 LTS successfully as follows:
And the NIC I have bound as follows:
If I run an example (dpdk/dpdk-stable-19.11.3/examples/skeleton/build/basicfwd
),the function rte_eth_dev_count_avail()
returns the ports I bound with dpdk-devbind.py
.
I have also installed Suricata-4.1.4 on Ubuntu 16.04 LTS,but when I run suricata,the dpdk ports always returns 0:
So I want to know how can I solve this problem?