Re: [dpdk-dev] [PATCH 1/3 v4] ethdev: add Rx offload to drop error packets

2021-04-19 Thread Ferruh Yigit
On 2/18/2021 8:37 PM, Thomas Monjalon wrote: 18/02/2021 21:32, Ferruh Yigit: On 10/15/2020 2:23 PM, nipun.gu...@nxp.com wrote: From: Nipun Gupta This change adds a Rx offload capability and configuration to enable hardware to drop the packets in case of any error in the packets such as L3 che

Re: [dpdk-dev] [PATCH 1/3 v4] ethdev: add Rx offload to drop error packets

2021-02-18 Thread Thomas Monjalon
18/02/2021 21:32, Ferruh Yigit: > On 10/15/2020 2:23 PM, nipun.gu...@nxp.com wrote: > > From: Nipun Gupta > > > > This change adds a Rx offload capability and configuration to > > enable hardware to drop the packets in case of any error in the > > packets such as L3 checksum error or L4 checksum.

Re: [dpdk-dev] [PATCH 1/3 v4] ethdev: add Rx offload to drop error packets

2021-02-18 Thread Ferruh Yigit
On 10/15/2020 2:23 PM, nipun.gu...@nxp.com wrote: From: Nipun Gupta This change adds a Rx offload capability and configuration to enable hardware to drop the packets in case of any error in the packets such as L3 checksum error or L4 checksum. Signed-off-by: Nipun Gupta Signed-off-by: Rohit R

Re: [dpdk-dev] [PATCH 1/3 v4] ethdev: add Rx offload to drop error packets

2020-10-19 Thread Ajit Khaparde
On Thu, Oct 15, 2020 at 6:24 AM wrote: > > From: Nipun Gupta > > This change adds a Rx offload capability and configuration to > enable hardware to drop the packets in case of any error in the > packets such as L3 checksum error or L4 checksum. > > Signed-off-by: Nipun Gupta > Signed-off-by: Roh

[dpdk-dev] [PATCH 1/3 v4] ethdev: add Rx offload to drop error packets

2020-10-15 Thread nipun . gupta
From: Nipun Gupta This change adds a Rx offload capability and configuration to enable hardware to drop the packets in case of any error in the packets such as L3 checksum error or L4 checksum. Signed-off-by: Nipun Gupta Signed-off-by: Rohit Raj Reviewed-by: Asaf Penso --- v4: - renamed 'rt