> -----Original Message-----
> From: Zhang, Yuying <yuying.zh...@intel.com>
> Sent: Wednesday, January 26, 2022 11:57 PM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: Zhang, Yuying <yuying.zh...@intel.com>
> Subject: [PATCH v3 1/2] net/ice/base: add profile validation on switch filter
>
> Profile type was determined without validation when getting switch field
> vector bitmap. It caused error when associating profile id with given recipe
> if
> no lookup elements were given.
> Add profile validation to check if the profile is existing before getting
> bitmap.
Added fixline :
Fixes: 55744222e6e2 ("net/ice/base: associate recipes by profile type")
>
> Signed-off-by: Yuying Zhang <yuying.zh...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi