Re: [PATCH] net/ice: fix ACL filter uninit

2025-02-28 Thread Bruce Richardson
On Tue, Feb 25, 2025 at 06:16:36PM +, Medvedkin, Vladimir wrote: > Acked-by: Vladimir Medvedkin > > On 21/02/2025 08:25, Mingjin Ye wrote: > > The pf has enabled the ACL filter, so uninit is no longer limited > > to the DCF. > > > > Fixes: a9d612291c2d ("net/ice: support IPv4 fragments in AC

Re: [PATCH] net/ice: fix ACL filter uninit

2025-02-25 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 21/02/2025 08:25, Mingjin Ye wrote: The pf has enabled the ACL filter, so uninit is no longer limited to the DCF. Fixes: a9d612291c2d ("net/ice: support IPv4 fragments in ACL filters") Signed-off-by: Mingjin Ye --- drivers/net/intel/ice/ice_acl_filter.c | 48

RE: [PATCH] net/ice: fix ACL filter uninit

2025-02-24 Thread Li, HongboX
> -Original Message- > From: Mingjin Ye > Sent: Friday, February 21, 2025 4:25 PM > To: dev@dpdk.org > Cc: Ye, MingjinX ; Richardson, Bruce > ; Burakov, Anatoly > > Subject: [PATCH] net/ice: fix ACL filter uninit > > The pf has enabled the ACL filter, so

[PATCH] net/ice: fix ACL filter uninit

2025-02-21 Thread Mingjin Ye
The pf has enabled the ACL filter, so uninit is no longer limited to the DCF. Fixes: a9d612291c2d ("net/ice: support IPv4 fragments in ACL filters") Signed-off-by: Mingjin Ye --- drivers/net/intel/ice/ice_acl_filter.c | 48 +- 1 file changed, 24 insertions(+), 24 deletio