[dpdk-dev] 82599ES NIC support

2014-03-31 Thread Shaw, Jeffrey B
If you read the output that you posted, you will see the real error: "eth_ixgbe_dev_init(): Hardware Initialization Failure: -30". The error code is defined in lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h as IXGBE_ERR_SFP_SETUP_NOT_COMPLETE. This has been reported several times on the mailing list,

[dpdk-dev] 82599ES NIC support

2014-03-31 Thread HS
> Can you check if your PCI device ID is listed in "lib/librte_eal/common/ include/rte_pci_dev_ids.h"? 82599ES is not listed in lib/librte_eal/common/ include/rte_pci_dev_ids.h On the other hand, 82599EB (which works okay with DPDK) is not listed there either. > Can you verify that you have

[dpdk-dev] 82599ES NIC support

2014-03-31 Thread HS
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