Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-28 Thread Kevin Traynor
On 22/09/2021 03:16, Zhang, AlvinX wrote: -Original Message- From: Kevin Traynor Sent: Tuesday, September 21, 2021 5:21 PM To: Zhang, AlvinX ; Zhang, Qi Z ; Guo, Junfeng Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency On 18/09/2021 02:33

Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-21 Thread Zhang, AlvinX
> -Original Message- > From: Kevin Traynor > Sent: Tuesday, September 21, 2021 5:21 PM > To: Zhang, AlvinX ; Zhang, Qi Z > ; Guo, Junfeng > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency > > On 18/09/2021

Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-21 Thread Kevin Traynor
On 18/09/2021 02:33, Zhang, AlvinX wrote: -Original Message- From: Kevin Traynor Sent: Saturday, September 18, 2021 1:25 AM To: Zhang, AlvinX ; Zhang, Qi Z ; Guo, Junfeng Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency On 14/09/2021 02:31

Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-17 Thread Zhang, AlvinX
> -Original Message- > From: Kevin Traynor > Sent: Saturday, September 18, 2021 1:25 AM > To: Zhang, AlvinX ; Zhang, Qi Z > ; Guo, Junfeng > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency > > On 14/09/20

Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-17 Thread Kevin Traynor
On 14/09/2021 02:31, Alvin Zhang wrote: > This patch adds a devarg parameter to enable/disable reducing the > Rx latency. > > Signed-off-by: Alvin Zhang > --- > doc/guides/nics/ice.rst | 8 > drivers/net/ice/ice_ethdev.c | 26 +++--- > drivers/net/ice/ice_ethde

Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-16 Thread Zhang, AlvinX
> -Original Message- > From: Tu, Lijuan > Sent: Thursday, September 16, 2021 11:08 AM > To: Zhang, AlvinX ; Zhang, Qi Z > ; Guo, Junfeng > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: RE: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency > &

Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-15 Thread Tu, Lijuan
> -Original Message- > From: dev On Behalf Of Alvin Zhang > Sent: 2021年9月14日 9:31 > To: Zhang, Qi Z ; Guo, Junfeng > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency > > This patch adds a devarg par

[dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-13 Thread Alvin Zhang
This patch adds a devarg parameter to enable/disable reducing the Rx latency. Signed-off-by: Alvin Zhang --- doc/guides/nics/ice.rst | 8 drivers/net/ice/ice_ethdev.c | 26 +++--- drivers/net/ice/ice_ethdev.h | 1 + 3 files changed, 32 insertions(+), 3 deletio