> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Eduard Gibert Renart
> Sent: Thursday, November 06, 2014 7:40 PM
> To:
> Subject: [dpdk-dev] Cannot run l3fwd
>
> Hi Everyone:
>
> When I try to run l3fwd inside my VM I get the f
Hi,
You replied to an email which is absolutely not related to your question,
polluting the thread.
Don't take me wrong: I don't want you to re-post your question in a new thread.
You have the source code of DPDK and you didn't check where the error is,
not enabled the debug logs. So, it's clearly
Hi Everyone:
When I try to run l3fwd inside my VM I get the following error:
ubuntu at ubuntu-VirtualBox:~/Desktop/dpdk-1.7.1/examples/l3fwd/build$ sudo
./l3fwd -c 0x3 -n 2 -- -p 0x3 --config="(0,0,0),(1,0,1)"
EAL: Cannot read numa node link for lcore 0 - using physical package id instead
EAL: D
Hi,
The problem is that E1000 NIC only support 1 TX queue ,the dpdk will change
the max TX queue number in eth_em_infos_get() function the when you call
the rte_eth_dev_configure() function .If you want to run l3fwd program on
e1000 NIC correctly, you should modify the l3fwd by using only one TX
Hi yuxuan,
Yes, by experience I've successfully run dpdk with a virtualbox vm using an
e1000 NIC. I'm not totally sure about the capabilities of the e1000 NIC
but based on the error you've mentioned, it seems that it can only support
1 TX queue.
"Now, I can use only one logic core to run the app
Hello,
27/11/2013 11:58, Zachary.Jen (???) : 6305 :
> I also have the same question in l3fwd example.
> I guess may DPDK don't support the chip-set so that we got this error msg.
>
> In my system, I have 2 kinds of chip-set, 82580 & 82574L.
> If I use l3fwd -c 3 -n 1 -- -p 3 --config '(0,0,0),(1,
Hi,
I also have the same question in l3fwd example.
I guess may DPDK don't support the chip-set so that we got this error msg.
In my system, I have 2 kinds of chip-set, 82580 & 82574L.
If I use l3fwd -c 3 -n 1 -- -p 3 --config '(0,0,0),(1,0,1)' in 82574L,
it will get the error msg.
But when I cha
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
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),(
9 matches
Mail list logo