Re: [PATCH v2 1/3] net/axgbe: reset the end of packet in scattered rx

2022-09-21 Thread Ferruh Yigit
On 9/8/2022 2:56 PM, Namburu, Chandu-babu wrote: From: Modali, Bhagyada Sent: Thursday, September 8, 2022 9:01 AM To: Namburu, Chandu-babu ; Yigit, Ferruh Cc: dev@dpdk.org; sta...@dpdk.org; Modali, Bhagyada Subject: [PATCH v2 1/3] net/axgbe: reset the end of packet in scattered rx Reset the

RE: [PATCH v2 1/3] net/axgbe: reset the end of packet in scattered rx

2022-09-08 Thread Namburu, Chandu-babu
[Public] For the series, Acked-by: Chandubabu Namburu -Original Message- From: Modali, Bhagyada Sent: Thursday, September 8, 2022 9:01 AM To: Namburu, Chandu-babu ; Yigit, Ferruh Cc: dev@dpdk.org; sta...@dpdk.org; Modali, Bhagyada Subject: [PATCH v2 1/3] net/axgbe: reset the end of

[PATCH v2 1/3] net/axgbe: reset the end of packet in scattered rx

2022-09-07 Thread Bhagyada Modali
Reset the eop in the failure scenario and also after the last segment. Removed the packet length updation explicitly as it is done in Chaining. Fixes: 965b3127d425 ("net/axgbe: support scattered Rx") Cc: sta...@dpdk.org Signed-off-by: Bhagyada Modali --- drivers/net/axgbe/axgbe_rxtx.c | 10