Hi, I am trying to work on DPDK-1.5.0r0 with intel i350 dual port NIC with intel i3 processor on Fedora 18 (kernel-3.11.4). But after building dpdk when i try to run testpmd application its not working with some error as...
"EAL: Ask a virtual area of 0x2097152 bytes EAL: Virtual area found at 0x7faddaa00000 (size = 0x200000) EAL: Requesting 128 pages of size 2MB from socket 0 EAL: TSC frequency is ~3300000 KHz EAL: Master core 0 is ready (tid=ec6e3880) EAL: Core 1 is ready (tid=da1fe700) EAL: PCI device 0000:01:00.0 on NUMA socket -1 EAL: probe driver: 8086:1521 rte_igb_pmd EAL: PCI memory mapped at 0x7fadec07e000 EAL: PCI memory mapped at 0x7fadec6f1000 EAL: PCI device 0000:01:00.1 on NUMA socket -1 EAL: probe driver: 8086:1521 rte_igb_pmd EAL: PCI memory mapped at 0x7fadeb900000 EAL: PCI memory mapped at 0x7fadec6ed000 EAL: Error - exiting with code: 1 Cause: No probed ethernet devices - check that CONFIG_RTE_LIBRTE_IGB_PMD=y and that CONFIG_RTE_LIBRTE_EM_PMD=y and that CONFIG_RTE_LIBRTE_IXGBE_PMD=y in your configuration file " When i searched for kernel logs, it shows me as NVM_CHECKSUM_INVALID for this NIC. As per my knowledge its a EEPROM error in NIC card. So to work around it i changed the driver code given in dpdk-1.5.0r0 in dpdk-1.5.0r1/lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_nvm.c to just return the success messages whenever anyone ask for nvm_checksum_validate. But still its not working & showing the above logs. Please help. Thanx.