Hello I?m trying to use the pktgen tool to generate some traffic, but my device (Intel Corporation 82571EB Gigabit Ethernet) is failing to initialize. Is this related with the resolved issue 7.19, even when is not the same device?
http://dpdk.org/doc/guides/rel_notes/resolved_issues.html Here is my output while running pktgen: PMD: eth_em_dev_init(): port_id 0 vendorID=0x8086 deviceID=0x10bc: failed to init HW EAL: Error - exiting with code: 1 Cause: Requested device 0000:03:00.0 cannot be used And >From lib/librte_eal/common/include/rte_pci_dev_ids.h #define E1000_DEV_ID_82571EB_QUAD_COPPER_LP 0x10BC [root at localhost dpdk-2.0.0]# dpdk_nic_bind.py --status Network devices using DPDK-compatible driver ============================================ 0000:03:00.0 '82571EB Gigabit Ethernet Controller (Copper)' drv=igb_uio unused= 0000:03:00.1 '82571EB Gigabit Ethernet Controller (Copper)' drv=igb_uio unused= 0000:04:00.0 '82571EB Gigabit Ethernet Controller (Copper)' drv=igb_uio unused= 0000:04:00.1 '82571EB Gigabit Ethernet Controller (Copper)' drv=igb_uio unused= Network devices using kernel driver =================================== 0000:00:19.0 '82579LM Gigabit Network Connection' if=eno1 drv=e1000e unused=igb_uio *Active* Any advice would be useful. EP