> -----Original Message-----
> From: Zhang, Yuying <[email protected]>
> Sent: Wednesday, January 26, 2022 11:57 PM
> To: [email protected]; Zhang, Qi Z <[email protected]>
> Cc: Zhang, Yuying <[email protected]>
> 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 <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi