RE: [PATCH] examples/distributor: one Tx queue is enough

2022-03-08 Thread Tu, Lijuan
> Do we know why DTS is making this change? Does having more TX queues than > necessary cause problems? DTS is to reduce tx queues to enable many workers for performance testing. Distributor application creates one Tx queue per core, and total (lcore-1) queues, Which make it only 1 worker, but i

Re: [PATCH] examples/distributor: one Tx queue is enough

2022-03-08 Thread Thomas Monjalon
08/03/2022 11:00, Bruce Richardson: > On Mon, Mar 07, 2022 at 10:39:46PM +, Honnappa Nagarahalli wrote: > > Distributor application creates one Tx queue per core. However > > the transmit is done only from a single core. Hence creating > > one Tx queue is enough. > > > > Fixes: 07db4a975094 ("

Re: [PATCH] examples/distributor: one Tx queue is enough

2022-03-08 Thread Bruce Richardson
On Mon, Mar 07, 2022 at 10:39:46PM +, Honnappa Nagarahalli wrote: > Distributor application creates one Tx queue per core. However > the transmit is done only from a single core. Hence creating > one Tx queue is enough. > > Fixes: 07db4a975094 ("examples/distributor: new sample app") > Cc: bru

RE: [PATCH] examples/distributor: one Tx queue is enough

2022-03-07 Thread Honnappa Nagarahalli
edu; > david.march...@redhat.com; tho...@monjalon.net; david.h...@intel.com > Cc: Ruifeng Wang ; nd ; > bruce.richard...@intel.com; reshma.pat...@intel.com; sta...@dpdk.org > Subject: [PATCH] examples/distributor: one Tx queue is enough > > Distributor application creates one Tx

[PATCH] examples/distributor: one Tx queue is enough

2022-03-07 Thread Honnappa Nagarahalli
Distributor application creates one Tx queue per core. However the transmit is done only from a single core. Hence creating one Tx queue is enough. Fixes: 07db4a975094 ("examples/distributor: new sample app") Cc: bruce.richard...@intel.com Cc: reshma.pat...@intel.com Cc: sta...@dpdk.org Signed-of