Can you check if your PCI device ID is listed in 
"lib/librte_eal/common/include/rte_pci_dev_ids.h"?
Can you verify that you have bound your device to "igb_uio", perhaps using 
"tools/pci_unbind.py" (maybe renamed to tools/igb_uio_bind.py)?
You might also try to edit the ".config" (in your build directory, NOT the 
Linux .config) to enable any of the "CONFIG_RTE_LIBRTE_IXGBE_DEBUG_*" options, 
in case there are more error messages.

Thanks,
Jeff

-----Original Message-----
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of HS
Sent: Monday, March 31, 2014 10:30 AM
To: dev at dpdk.org
Subject: [dpdk-dev] 82599ES NIC support

Hi,

I was trying to test DPDK 1.6 with "82599ES" Intel NIC, but noticed that DPDK 
does not seem to work with this NIC.  DPDK app fails because
rte_eth_dev_count() returns 0.

On the other hand, I confirmed DPDK works okay with "82599EB".

So looks like not all 82599 (ixgbe) chipsets are supported by DPDK while it 
says so in http://dpdk.org/doc/nics

What is the discrepancy between 82599ES and 82599EB, which causes the former to 
fail to work with DPDK?

Is it possible to fix this problem?  I'll be glad to help fix it.

Thanks,
-HS

Reply via email to