> -----Original Message----- > From: Zhang, Yuying <yuying.zh...@intel.com> > Sent: Thursday, May 12, 2022 3:42 PM > To: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>; Yang, Qiming > <qiming.y...@intel.com> > Cc: Zhang, Yuying <yuying.zh...@intel.com>; sta...@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: sta...@dpdk.org > > Signed-off-by: Yuying Zhang <yuying.zh...@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi