Re: [PATCH] net/nfp: only flush specified port flow table

2023-02-16 Thread Ferruh Yigit
On 2/16/2023 6:36 AM, Chaoyong He wrote: > From: Jin Liu > > The flow flush function will destroy all the flow table on all the > port of NFP nic rather than the provide port. Modify logic, only > destroy the flow table on the corresponding port. > > Fixes: 30ecce522732 ("net/nfp: support flow A

[PATCH] net/nfp: only flush specified port flow table

2023-02-15 Thread Chaoyong He
From: Jin Liu The flow flush function will destroy all the flow table on all the port of NFP nic rather than the provide port. Modify logic, only destroy the flow table on the corresponding port. Fixes: 30ecce522732 ("net/nfp: support flow API") Cc: sta...@dpdk.org Signed-off-by: Jin Liu Revie