A bug was introduced by commit 2d0665a7f771 ("net/mlx5: align PF and VF/SF MAC address handling"). Flows for multicast MAC addresses would not be created anymore.
This patch series are to fix the issue. Minggang Li (Gavin) (2): net/mlx5: update how MAC address bit-fields are used net/mlx5: add support for flows targeting multicast MAC addresses drivers/common/mlx5/linux/mlx5_nl.c | 26 ++++++++++++-------------- drivers/common/mlx5/linux/mlx5_nl.h | 8 ++++---- drivers/net/mlx5/linux/mlx5_os.c | 12 +++++++++--- drivers/net/mlx5/mlx5_trigger.c | 5 ++++- 4 files changed, 29 insertions(+), 22 deletions(-) -- 2.34.1