[dpdk-dev] pci_unbind.py failure

2013-11-14 Thread Jose Gavine Cueto
Hi Jyotiswarup, Based on my experience and little knowledge on the code, rte_pmd_init_all registers your poll-mode driver (em in this case) and sets the device initialization function. rte_eal_pci_probe will then probe for pci devices and then initialize their corresponding drivers. These initia

[dpdk-dev] Cannot run l3fwd with the problem of " nb_tx_queues"

2013-11-14 Thread yuxuan zhang
Hi Everyone: I meet a problem with running the DPDK1.3 example l3fwd in the VMware. I have two 82545EM NIC to run the l3fwd and the OS is Cent6.4. But l3fwd cannot be configured port correctly .I start the l3fwd with following command: ./build/l3fwd -c 0x3 -n 2 -- -p 0x3 --config="(0,0,0),(

[dpdk-dev] could nvm_checksum_validate Error may cause non-functioning of DPDK.

2013-11-14 Thread ankit kumar
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 a

[dpdk-dev] Cannot run l3fwd with the problem of " nb_tx_queues"

2013-11-14 Thread Jose Gavine Cueto
Hi, Your nic (port 0) is capable of 1 txq only see error: " port_id=0 nb_tx_queues=2 > 1" I think that caused the error. Cheers, Pepe On Thu, Nov 14, 2013 at 1:21 PM, yuxuan zhang wrote: > Hi Everyone: > > I meet a problem with running the DPDK1.3 example l3fwd in the VMware. I > have two 8

[dpdk-dev] could nvm_checksum_validate Error may cause non-functioning of DPDK.

2013-11-14 Thread Thomas Monjalon
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_P