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,
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 di
> 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 bou
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
4 matches
Mail list logo