Re: [PATCH 2/3] net/nfp: fix free resource problem

2024-01-12 Thread Ferruh Yigit
On 1/12/2024 1:19 AM, Chaoyong He wrote: >> On 1/11/2024 2:02 AM, Chaoyong He wrote: On 1/9/2024 7:56 AM, Chaoyong He wrote: >> On 12/18/2023 1:50 AM, Chaoyong He wrote: On 12/14/2023 10:24 AM, Chaoyong He wrote: > From: Long Wu > > Set the representor arr

RE: [PATCH 2/3] net/nfp: fix free resource problem

2024-01-11 Thread Chaoyong He
> On 1/11/2024 2:02 AM, Chaoyong He wrote: > >> On 1/9/2024 7:56 AM, Chaoyong He wrote: > On 12/18/2023 1:50 AM, Chaoyong He wrote: > >> On 12/14/2023 10:24 AM, Chaoyong He wrote: > >>> From: Long Wu > >>> > >>> Set the representor array to NULL to avoid that close interface >

Re: [PATCH 2/3] net/nfp: fix free resource problem

2024-01-11 Thread Ferruh Yigit
On 1/11/2024 2:02 AM, Chaoyong He wrote: >> On 1/9/2024 7:56 AM, Chaoyong He wrote: On 12/18/2023 1:50 AM, Chaoyong He wrote: >> On 12/14/2023 10:24 AM, Chaoyong He wrote: >>> From: Long Wu >>> >>> Set the representor array to NULL to avoid that close interface >>> does no

RE: [PATCH 2/3] net/nfp: fix free resource problem

2024-01-10 Thread Chaoyong He
> On 1/9/2024 7:56 AM, Chaoyong He wrote: > >> On 12/18/2023 1:50 AM, Chaoyong He wrote: > On 12/14/2023 10:24 AM, Chaoyong He wrote: > > From: Long Wu > > > > Set the representor array to NULL to avoid that close interface > > does not free some resource. > > > > Fixe

Re: [PATCH 2/3] net/nfp: fix free resource problem

2024-01-09 Thread Ferruh Yigit
On 1/9/2024 7:56 AM, Chaoyong He wrote: >> On 12/18/2023 1:50 AM, Chaoyong He wrote: On 12/14/2023 10:24 AM, Chaoyong He wrote: > From: Long Wu > > Set the representor array to NULL to avoid that close interface does > not free some resource. > > Fixes: a135bc1644d6 ("

RE: [PATCH 2/3] net/nfp: fix free resource problem

2024-01-08 Thread Chaoyong He
> On 12/18/2023 1:50 AM, Chaoyong He wrote: > >> On 12/14/2023 10:24 AM, Chaoyong He wrote: > >>> From: Long Wu > >>> > >>> Set the representor array to NULL to avoid that close interface does > >>> not free some resource. > >>> > >>> Fixes: a135bc1644d6 ("net/nfp: fix resource leak for flower > >

Re: [PATCH 2/3] net/nfp: fix free resource problem

2024-01-08 Thread Ferruh Yigit
On 12/18/2023 1:50 AM, Chaoyong He wrote: >> On 12/14/2023 10:24 AM, Chaoyong He wrote: >>> From: Long Wu >>> >>> Set the representor array to NULL to avoid that close interface does >>> not free some resource. >>> >>> Fixes: a135bc1644d6 ("net/nfp: fix resource leak for flower firmware") >>> Cc:

RE: [PATCH 2/3] net/nfp: fix free resource problem

2023-12-17 Thread Chaoyong He
> On 12/14/2023 10:24 AM, Chaoyong He wrote: > > From: Long Wu > > > > Set the representor array to NULL to avoid that close interface does > > not free some resource. > > > > Fixes: a135bc1644d6 ("net/nfp: fix resource leak for flower firmware") > > Cc: chaoyong...@corigine.com > > Cc: sta...@dpd

Re: [PATCH 2/3] net/nfp: fix free resource problem

2023-12-15 Thread Ferruh Yigit
On 12/14/2023 10:24 AM, Chaoyong He wrote: > From: Long Wu > > Set the representor array to NULL to avoid that close interface > does not free some resource. > > Fixes: a135bc1644d6 ("net/nfp: fix resource leak for flower firmware") > Cc: chaoyong...@corigine.com > Cc: sta...@dpdk.org > > Signe

[PATCH 2/3] net/nfp: fix free resource problem

2023-12-14 Thread Chaoyong He
From: Long Wu Set the representor array to NULL to avoid that close interface does not free some resource. Fixes: a135bc1644d6 ("net/nfp: fix resource leak for flower firmware") Cc: chaoyong...@corigine.com Cc: sta...@dpdk.org Signed-off-by: Long Wu Reviewed-by: Chaoyong He Reviewed-by: Peng