Re: [dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ

2023-08-20 Thread Stephen Hemminger
On Wed, 11 Dec 2019 15:56:17 +0530 Jerin Jacob wrote: > > > > > -Original Message- > > > From: dev On Behalf Of Hemant Agrawal > > > Sent: Wednesday, December 11, 2019 5:30 AM > > > To: dev@dpdk.org > > > Cc: Jun Yang > > &

Re: [dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ

2021-10-01 Thread Nipun Gupta
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, September 30, 2021 7:16 PM > To: Nipun Gupta ; dev@dpdk.org > Cc: xiaoyun...@intel.com; or...@nvidia.com; tho...@monjalon.net; Hemant > Agrawal ; Jun Yang > Subject: Re: [PATCH] app/testpmd: support unequal number of RXQ and TX

Re: [dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ

2021-09-30 Thread Ferruh Yigit
On 9/28/2021 12:08 PM, nipun.gu...@nxp.com wrote: > From: Jun Yang > > The existing forwarding mode configures the total number of > queues as the minimum of rxq and txq, so eventually the number > of txq are same as rxq. > However in some scenarios, specially for flow control the > number of rxq

[dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ

2021-09-28 Thread nipun . gupta
From: Jun Yang The existing forwarding mode configures the total number of queues as the minimum of rxq and txq, so eventually the number of txq are same as rxq. However in some scenarios, specially for flow control the number of rxq and txq can be different. This patch makes the txq and function

Re: [dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ

2019-12-12 Thread Hemant Agrawal
1, 2019 5:30 AM > > > To: dev@dpdk.org > > > Cc: Jun Yang > > > Subject: [dpdk-dev] [PATCH] app/testpmd: support unequal number of > > > RXQ and TXQ > > > > > > From: Jun Yang > > > > > > The existing forwarding mode usages

Re: [dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ

2019-12-11 Thread Jerin Jacob
On Wed, Dec 11, 2019 at 3:29 PM Ananyev, Konstantin wrote: > > > > > -Original Message- > > From: dev On Behalf Of Hemant Agrawal > > Sent: Wednesday, December 11, 2019 5:30 AM > > To: dev@dpdk.org > > Cc: Jun Yang > > Subject: [dpdk-dev] [

Re: [dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ

2019-12-11 Thread Ananyev, Konstantin
> -Original Message- > From: dev On Behalf Of Hemant Agrawal > Sent: Wednesday, December 11, 2019 5:30 AM > To: dev@dpdk.org > Cc: Jun Yang > Subject: [dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ > > From: Jun Yang > > The e

[dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ

2019-12-10 Thread Hemant Agrawal
From: Jun Yang The existing forwarding mode usages the total number of queues as the minimum of rxq and txq. It finds the txq as the same index as rxq. However in some scenarios, specially for flow control the number of rxq and txq can be different. This patch maxes the txq and function of rxq fo