Re: [PATCH] net/mana: fix wrong indexing on CQE error when coalescing is used

2023-07-10 Thread Ferruh Yigit
On 7/7/2023 1:17 AM, lon...@linuxonhyperv.com wrote: > From: Long Li > > On a fatal CQE error when coalescing is used, update the correct index > and allow proceeding to the next CQE. > > Fixes: 3409e0f172f6 ("net/mana: implement Rx CQE coalescing"> > Signed-off-by: Long Li > Applied to dpdk-n

Re: [PATCH] net/mana: fix wrong indexing on CQE error when coalescing is used

2023-07-10 Thread Ferruh Yigit
On 7/7/2023 7:01 PM, Long Li wrote: >> Subject: Re: [PATCH] net/mana: fix wrong indexing on CQE error when >> coalescing >> is used >> >> On 7/7/2023 1:17 AM, lon...@linuxonhyperv.com wrote: >>> From: Long Li >>> >>> On a fatal CQE error

RE: [PATCH] net/mana: fix wrong indexing on CQE error when coalescing is used

2023-07-07 Thread Long Li
> Subject: Re: [PATCH] net/mana: fix wrong indexing on CQE error when coalescing > is used > > On 7/7/2023 1:17 AM, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > On a fatal CQE error when coalescing is used, update the correct index > >

Re: [PATCH] net/mana: fix wrong indexing on CQE error when coalescing is used

2023-07-07 Thread Ferruh Yigit
On 7/7/2023 1:17 AM, lon...@linuxonhyperv.com wrote: > From: Long Li > > On a fatal CQE error when coalescing is used, update the correct index > and allow proceeding to the next CQE. > > Fixes: 3409e0f172f6 ("net/mana: implement Rx CQE coalescing") > Is above fixes commit correct? Logic for 'C

[PATCH] net/mana: fix wrong indexing on CQE error when coalescing is used

2023-07-06 Thread longli
From: Long Li On a fatal CQE error when coalescing is used, update the correct index and allow proceeding to the next CQE. Fixes: 3409e0f172f6 ("net/mana: implement Rx CQE coalescing") Signed-off-by: Long Li --- drivers/net/mana/rx.c | 18 -- 1 file changed, 8 insertions(+), 10