> -Original Message-
> From: Su, Simei
> Sent: Friday, September 24, 2021 1:41 PM
> To: Yu, DapengX ; Yang, Qiming
> ; Zhang, Qi Z
> Cc: dev@dpdk.org; sta...@dpdk.org
> Subject: RE: [PATCH] net/ice: fix double free ACL flow entry
>
>
>
> > -Original Message-
> > From: Yu, Da
> -Original Message-
> From: Yu, DapengX
> Sent: Friday, September 3, 2021 6:04 PM
> To: Yang, Qiming ; Zhang, Qi Z
>
> Cc: dev@dpdk.org; Su, Simei ; Yu, DapengX
> ; sta...@dpdk.org
> Subject: [PATCH] net/ice: fix double free ACL flow entry
>
> From: Dapeng Yu
>
> If call ice_flow_r
From: Dapeng Yu
If call ice_flow_rem_entry() directly without checking entry_id, may
cause an ACL flow entry to be freed more than once.
This patch tries to find entry_id first, then call ice_flow_rem_entry()
to avoid the defect.
Fixes: 40d466fa9f76 ("net/ice: support ACL filter in DCF")
Cc: st
3 matches
Mail list logo