Hi, > -----Original Message----- > From: Bing Zhao <bi...@nvidia.com> > Sent: Wednesday, February 21, 2024 8:50 AM > To: Suanming Mou <suanmi...@nvidia.com>; Raslan Darawsheh > <rasl...@nvidia.com>; dev@dpdk.org > Cc: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; Dariusz Sosnowski > <dsosnow...@nvidia.com>; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix condition of LACP miss flow > > The LACP traffic is only related to the bond interface. The default miss flow > to > redirect the LACP traffic with ethertype 0x8809 to the kernel driver should > only be created on the bond device. > > This commit will: > 1. remove the incorrect assertion of the port role. > 2. skip the resource allocation and flow rule creation on the > representor port. > > Fixes: 0f0ae73a3287 ("net/mlx5: add parameter for LACP packets control") > Fixes: 49dffadf4b0c ("net/mlx5: fix LACP redirection in Rx domain") > Cc: sta...@dpdk.org > > Signed-off-by: Bing Zhao <bi...@nvidia.com> > Acked-by: Suanming Mou <suanmi...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh