DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] could nvm_checksum_validate Error may cause non-functioning of DPDK.
@ 2013-11-14  5:33 ankit kumar
  2013-11-14 10:04 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: ankit kumar @ 2013-11-14  5:33 UTC (permalink / raw)
  To: dev

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] could nvm_checksum_validate Error may cause non-functioning of DPDK.
  2013-11-14  5:33 [dpdk-dev] could nvm_checksum_validate Error may cause non-functioning of DPDK ankit kumar
@ 2013-11-14 10:04 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2013-11-14 10:04 UTC (permalink / raw)
  To: ankit kumar; +Cc: dev

14/11/2013 06:33, ankit kumar :
>     I am trying to work on DPDK-1.5.0r0 with intel i350 dual port NIC
[...]
> 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

The drivers in KNI are only used for ethtool operations with kernel.
The PMD file you are looking for is lib/librte_pmd_e1000/e1000/e1000_nvm.c

-- 
Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-14 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-14  5:33 [dpdk-dev] could nvm_checksum_validate Error may cause non-functioning of DPDK ankit kumar
2013-11-14 10:04 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).