> -----Original Message-----
> From: Zhang, Yuying <[email protected]>
> Sent: Thursday, May 12, 2022 3:42 PM
> To: [email protected]; Zhang, Qi Z <[email protected]>; Yang, Qiming
> <[email protected]>
> Cc: Zhang, Yuying <[email protected]>; [email protected]
> Subject: [PATCH v2] net/ice/base: fix direction match of flow that matches any
>
> The tx/rx packets were dropped when creating drop any rule since the recipe
> didn't contain direction flag matching.
Slightly reword above line for easy understanding
The tx/rx packets were both dropped when creating drop any rule
for ingress direction only, the root cause is the recipe didn't
contain direction flag matching.
> This patch adds the packet flag which represents the direction of source
> interface to slove the issue.
>
> Fixes: 92317961a731 ("net/ice: support drop any and steer all to queue")
> Cc: [email protected]
>
> Signed-off-by: Yuying Zhang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi