Re: [dpdk-dev] [PATCH v2] examples/l3fwd: remove limitation on Tx queue count

2021-01-19 Thread David Marchand
On Tue, Jan 12, 2021 at 7:25 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. > > Fixes: af75078fece3 ("first public release") > Cc: sta

[dpdk-dev] [PATCH v2] examples/l3fwd: remove limitation on Tx queue count

2021-01-12 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: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Harman Kalra Reviewed-by: David Marc