Re: [PATCH] net/nfp: fix flow mask table entry problem

2024-07-07 Thread Ferruh Yigit
On 6/19/2024 10:53 AM, Chaoyong He wrote: > The mask table entry using reference count to manage the flow rules > which have the same mask, and the new mask table entry will indicated by > flag 'NFP_FL_META_FLAG_MANAGE_MASK'. > > The abuse of 'NFP_FL_META_FLAG_MANAGE_MASK' will cause the firmware

[PATCH] net/nfp: fix flow mask table entry problem

2024-06-19 Thread Chaoyong He
The mask table entry using reference count to manage the flow rules which have the same mask, and the new mask table entry will indicated by flag 'NFP_FL_META_FLAG_MANAGE_MASK'. The abuse of 'NFP_FL_META_FLAG_MANAGE_MASK' will cause the firmware abnormal and the flow offload will not work. Fixes: