> -----Original Message----- > From: Jiawei(Jonny) Wang <jiaw...@nvidia.com> > Sent: Thursday, November 11, 2021 3:18 PM > To: Raslan Darawsheh <rasl...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; Ori Kam > <or...@nvidia.com>; Ori Kam <or...@nvidia.com>; Yongseok Koh > <ys...@mellanox.com> > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v2] net/mlx5: fix the NIC egress flow mismatch in > switchdev mode > > Hello Raslan, > > I need send the new V3 patch for this change, Sorry for the late update. > Sure, dropping this version for now, waiting for the updated version.
Kindest regards, Raslan Darawsheh > Thanks. > B.R. > Jonny > > > -----Original Message----- > > From: Raslan Darawsheh <rasl...@nvidia.com> > > Sent: Thursday, November 11, 2021 9:00 PM > > To: Jiawei(Jonny) Wang <jiaw...@nvidia.com>; Slava Ovsiienko > > <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; Ori Kam > > <or...@nvidia.com>; Ori Kam <or...@nvidia.com>; Yongseok Koh > > <ys...@mellanox.com> > > Cc: dev@dpdk.org; sta...@dpdk.org > > Subject: RE: [PATCH v2] net/mlx5: fix the NIC egress flow mismatch in > > switchdev mode > > > > Hi, > > > > > -----Original Message----- > > > From: Jiawei(Jonny) Wang <jiaw...@nvidia.com> > > > Sent: Friday, November 5, 2021 10:59 AM > > > To: Slava Ovsiienko <viachesl...@nvidia.com>; Matan Azrad > > > <ma...@nvidia.com>; Ori Kam <or...@nvidia.com>; Ori Kam > > > <or...@nvidia.com>; Yongseok Koh <ys...@mellanox.com> > > > Cc: dev@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>; > > > sta...@dpdk.org > > > Subject: [PATCH v2] net/mlx5: fix the NIC egress flow mismatch in > > > switchdev mode > > > > > > When E-Switch mode was enabled, the NIC egress flows always added > > > the source vport in the matcher item, then cause the flows cannot be hit. > > > This commit fixes the issue that removes the source vport as matcher > > > for NIC egress flow. > > > Also adding the validation that rejects the NIC egress flows on the > > > representor ports. > > > > > > Fixes: ce777b147bf8 ("net/mlx5: fix E-Switch flow without port > > > item") > > > Cc: sta...@dpdk.org > > > > Patch applied to next-net-mlx, > > > > Kindest regards, > > Raslan Darawsheh