> -----Original Message-----
> From: Zeng, ZhichaoX <zhichaox.z...@intel.com>
> Sent: Sunday, June 25, 2023 2:21 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Zeng, ZhichaoX
> <zhichaox.z...@intel.com>; Yang, Qiming <qiming.y...@intel.com>; Yan,
> Zhirun <zhirun....@intel.com>
> Subject: [PATCH v2] net/ice: revert mark action in switch filter
>
> For current implementation, switch filter missed the consumption part of mark
> id for app, and switch filter captures the rules first instead of FDIR, which
> makes
> the FDIR rules lost.
>
> Revert this commit to disable mark action in switch filter and recover the
> mark
> action hit in FDIR by default.
>
> Fixes: e24f43f2c824 ("net/ice: support flow mark action in switch")
> Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
> ---
Acked-by: Zhirun Yan <zhirun....@intel.com>