Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2021-03-25 Thread Thomas Monjalon
25/03/2021 06:38, Rong, Leyi: > From: Thomas Monjalon > > 05/11/2020 10:24, Rong, Leyi: > > > From: Jerin Jacob > > > > On Wed, Nov 4, 2020 at 2:34 PM Rong, Leyi wrote: > > > > > From: David Marchand > > > > > > On Wed, Nov 4, 2020 at 9:34 AM Rong, Leyi > > wrote: > > > > > > > As there always

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2021-03-24 Thread Rong, Leyi
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, March 25, 2021 1:23 AM > To: Jerin Jacob ; David Marchand > ; Rong, Leyi > Cc: dev@dpdk.org; Zhang, Qi Z ; Richardson, Bruce > ; Ananyev, Konstantin > > Subject: Re: [dpdk-dev] [PATCH] example

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2021-03-24 Thread Thomas Monjalon
05/11/2020 10:24, Rong, Leyi: > From: Jerin Jacob > > On Wed, Nov 4, 2020 at 2:34 PM Rong, Leyi wrote: > > > From: David Marchand > > > > On Wed, Nov 4, 2020 at 9:34 AM Rong, Leyi wrote: > > > > > As there always has thoughput limit for per queue, on some > > > > > performance test case by usin

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2020-11-05 Thread Rong, Leyi
> -Original Message- > From: Jerin Jacob > Sent: Thursday, November 5, 2020 3:15 PM > To: Rong, Leyi > Cc: David Marchand ; Zhang, Qi Z > ; dev > Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on > a lcore > > On Wed, Nov 4, 202

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2020-11-04 Thread Jerin Jacob
On Wed, Nov 4, 2020 at 2:34 PM Rong, Leyi wrote: > > > > -Original Message- > > From: David Marchand > > Sent: Wednesday, November 4, 2020 4:43 PM > > To: Rong, Leyi > > Cc: Zhang, Qi Z ; dev > > Subject: Re: [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore > > > > On Wed, N

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2020-11-04 Thread Rong, Leyi
> -Original Message- > From: David Marchand > Sent: Wednesday, November 4, 2020 4:43 PM > To: Rong, Leyi > Cc: Zhang, Qi Z ; dev > Subject: Re: [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore > > On Wed, Nov 4, 2020 at 9:34 AM Rong, Leyi wrote: > > > -Original Message

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2020-11-04 Thread David Marchand
On Wed, Nov 4, 2020 at 9:34 AM Rong, Leyi wrote: > > -Original Message- > > From: David Marchand > > Sent: Wednesday, November 4, 2020 4:14 PM > > To: Rong, Leyi > > Cc: Zhang, Qi Z ; dev > > Subject: Re: [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore > > > > If I count we

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2020-11-04 Thread Rong, Leyi
> -Original Message- > From: David Marchand > Sent: Wednesday, November 4, 2020 4:14 PM > To: Rong, Leyi > Cc: Zhang, Qi Z ; dev > Subject: Re: [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore > > If I count well, this is the v3 of the patch. > Please version your patches.

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2020-11-04 Thread David Marchand
If I count well, this is the v3 of the patch. Please version your patches. On Wed, Nov 4, 2020 at 8:52 AM Leyi Rong wrote: > > Currently, l3fwd doesn't support multiple Tx queues, while > multiple Rx queues is supported. > To improve the throughput performance when polling multiple > queues, this

Re: [dpdk-dev] [PATCH] examples/l3fwd: enable multiple Tx queues on a lcore

2020-11-02 Thread David Marchand
On Mon, Nov 2, 2020 at 9:36 AM Leyi Rong wrote: > > This patch enable multiple Tx queues handling on a lcore. This is the "What". The "Why" should come first, so please explain what makes you think we need this patch. Thanks. -- David Marchand