Re: [PATCH] net/nfp: fix the problem of mask table free

2022-11-18 Thread Ferruh Yigit
On 11/15/2022 1:13 AM, Chaoyong He wrote: > The free process of mask table has problem, should use > 'rte_has_free()' rather than 'rte_free()'. s/_has_/_hash_/ > > Fixes: ac09376096d8 ("net/nfp: add structures and functions for flow offload") > > Signed-off-by: Chaoyong He > Reviewed-by: Nikla

[PATCH] net/nfp: fix the problem of mask table free

2022-11-14 Thread Chaoyong He
The free process of mask table has problem, should use 'rte_has_free()' rather than 'rte_free()'. Fixes: ac09376096d8 ("net/nfp: add structures and functions for flow offload") Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfp_flow.c | 2 +- 1 file changed, 1 ins