[PATCH v2] net/ice/base: fix direction match of flow that matches any

Zhang, Qi Z qi.z.zhang at intel.com
Tue May 17 09:46:00 CEST 2022


> -----Original Message-----
> From: Zhang, Yuying <yuying.zhang at intel.com>
> Sent: Thursday, May 12, 2022 3:42 PM
> To: dev at dpdk.org; Zhang, Qi Z <qi.z.zhang at intel.com>; Yang, Qiming
> <qiming.yang at intel.com>
> Cc: Zhang, Yuying <yuying.zhang at intel.com>; stable at dpdk.org
> 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: stable at dpdk.org
> 
> Signed-off-by: Yuying Zhang <yuying.zhang at intel.com>

Acked-by: Qi Zhang <qi.z.zhang at intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi


More information about the stable mailing list