Re: [dpdk-dev] [PATCH] examples/l3fwd: fix max Tx queue count

2021-01-12 Thread David Marchand
On Mon, Dec 14, 2020 at 8:03 PM Harman Kalra wrote: > > In l3fwd no of transmit queues is calculated based on no of > lcores with which it is launched. Hence maximum no of tx > queues possible per port should depend on RTE_MAX_LCORE value. For the title, we are not "fixing" the Tx queue count. WD

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix max Tx queue count

2021-01-11 Thread Harman Kalra
Ping... On Tue, Dec 15, 2020 at 12:32:55AM +0530, Harman Kalra wrote: > In l3fwd no of transmit queues is calculated based on no of > lcores with which it is launched. Hence maximum no of tx > queues possible per port should depend on RTE_MAX_LCORE value. > > Fixes: 26b5b020 ("examples/l3fwd:

[dpdk-dev] [PATCH] examples/l3fwd: fix max Tx queue count

2020-12-14 Thread Harman Kalra
In l3fwd no of transmit queues is calculated based on no of lcores with which it is launched. Hence maximum no of tx queues possible per port should depend on RTE_MAX_LCORE value. Fixes: 26b5b020 ("examples/l3fwd: modularize") Cc: sta...@dpdk.org Signed-off-by: Harman Kalra --- examples/l3f