Hi all, I am trying to run testpmd using bonding: I have downloaded DPDK 16.07 and run the following command line:
dpdk-install/bin/testpmd -c 0xf -n 4 --vdev 'eth_bond0,mode=0, slave=0000:08:00.0' -- --port-topology=chained And this is the error I get: EAL: Detected 28 lcore(s) EAL: No free hugepages reported in hugepages-1048576kB EAL: Probing VFIO support... EAL: no driver found for eth_bond0 EAL: failed to initialize eth_bond0 device Is it supposed to work or I am doing something wrong ? Thanks in advance, Vasily