Re: [PATCH v2] net/nfp: store counter reset before zeroing flow query

2023-01-17 Thread Ferruh Yigit
On 12/9/2022 8:17 AM, Chaoyong He wrote: > The reset flag in the query structure are cleared by mistake, cause > the flow count never be reset, so the query API will always has count > value even the flow has stopped, and this will cause the flow never > been aged. > > Fixes: 30ecce522732 ("net/nf

[PATCH v2] net/nfp: store counter reset before zeroing flow query

2022-12-09 Thread Chaoyong He
The reset flag in the query structure are cleared by mistake, cause the flow count never be reset, so the query API will always has count value even the flow has stopped, and this will cause the flow never been aged. Fixes: 30ecce522732 ("net/nfp: support flow API") Cc: sta...@dpdk.org Signed-off