> -----Original Message-----
> From: Zhang, Yuying <[email protected]>
> Sent: Tuesday, November 2, 2021 6:45 PM
> To: [email protected]; Zhang, Qi Z <[email protected]>; Zhang, Yuying
> <[email protected]>
> Cc: [email protected]
> Subject: [PATCH v2] net/ice: fix order of flow filter parser list
>
> The order of flow filter parser list was not definite and linked to the
> register
> order of parsers. It caused ACL filter covered by switch filter in some cases.
>
> This patch fixed order of parser list to guarantee the usage of each filter.
> Below
> lists the order.
> ACL filter > Switch filter > FDIR > Hash filter.
>
> Fixes: e4a0a7599d97 ("net/ice: fix flow priority support in non-pipeline
> mode")
> Cc: [email protected]
>
> Signed-off-by: Yuying Zhang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi