Re: [PATCH v2 1/4] net/axgbe: fix scattered Rx

2022-09-01 Thread Ferruh Yigit
On 9/1/2022 1:49 PM, Bhagyada Modali wrote: Error check needs to be done only for last segment of Jumbo packet. Freed first_seg and reset eop to 0 in error case Fixes: 965b3127d425 ("net/axgbe: support scattered Rx") Signed-off-by: Bhagyada Modali --- v2: * removed the extra paranthesis * init

[PATCH v2 1/4] net/axgbe: fix scattered Rx

2022-09-01 Thread Bhagyada Modali
Error check needs to be done only for last segment of Jumbo packet. Freed first_seg and reset eop to 0 in error case Fixes: 965b3127d425 ("net/axgbe: support scattered Rx") Signed-off-by: Bhagyada Modali --- v2: * removed the extra paranthesis * initialised the variables * updated the commit log