Re: [PATCH 2/6] drivers/nfb: fix array indexes in deinit functions

2022-02-14 Thread Martin Spinler
Hi Ferruh, thanks for all comments in this series. On Mon, 2022-02-14 at 13:34 +, Ferruh Yigit wrote: > On 2/14/2022 11:25 AM, spin...@cesnet.cz wrote: > > From: Martin Spinler > > > > The indexes in the for cycle were wrongly used and > > the code accessed outside of the rxmac/txmac array.

Re: [PATCH 2/6] drivers/nfb: fix array indexes in deinit functions

2022-02-14 Thread Ferruh Yigit
On 2/14/2022 11:25 AM, spin...@cesnet.cz wrote: From: Martin Spinler The indexes in the for cycle were wrongly used and the code accessed outside of the rxmac/txmac array. can you please add fixes tag, to help backport. Also please add stable tag to request backport. Signed-off-by: Martin

[PATCH 2/6] drivers/nfb: fix array indexes in deinit functions

2022-02-14 Thread spinler
From: Martin Spinler The indexes in the for cycle were wrongly used and the code accessed outside of the rxmac/txmac array. Signed-off-by: Martin Spinler --- drivers/net/nfb/nfb_ethdev.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/net/nfb/nfb_ethd