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

Reply via email to