[dpdk-dev] Problems with testpmd

Thomas Monjalon thomas.monjalon at 6wind.com
Fri May 10 00:05:28 CEST 2013


Hello,

09/05/2013 16:05, João Alberto Pereira de Araújo :
> Cause: No probed ethernet devices
[..]
> I have a board with 6 Gigabit ethernet ports (82574L) with the latest
> driver from intel.

As you can see in lib/librte_eal/common/include/rte_pci_dev_ids.h,
the NIC 82574L is not supported in this version.
Without extension, DPDK 1.2.3 supports only NIC families IGB and IXGBE.
But the device 82574L is known to be part of family e1000e.

For the record, here is a list of Intel NIC families:
- e1000 (8254x)
- e1000e (82571..82574, 82583, ich8..ich10, pch..pch2)
- igb (82575..82576, 82580, i210, i211, i350, dh89xxcc)
- ixgbe (82598..82599, x540)

-- 
Thomas


More information about the dev mailing list