RE: [PATCH] net/mlx5: fix condition of LACP miss flow

2024-02-27 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Wednesday, February 21, 2024 8:50 AM > To: Suanming Mou ; Raslan Darawsheh > ; dev@dpdk.org > Cc: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; Dariusz Sosnowski > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5:

[PATCH] net/mlx5: fix condition of LACP miss flow

2024-02-20 Thread Bing Zhao
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