On Mon, Jan 12, 2026 at 11:24:38AM +0200, Maayan Kashani wrote:
> When promiscuous mode is enabled, the device receives all traffic
> regardless of destination MAC address. Previously, the code was
> setting both the promiscuous flag AND the DMAC/multicast control
> flow rules, which is redundant.
>
> This patch makes the DMAC and multicast/broadcast control flow
> rules conditional on NOT being in promiscuous mode. When promiscuous
> mode is enabled, only the MLX5_CTRL_PROMISCUOUS flag is set.
>
> Fixes: 9fa7c1cddb85 ("net/mlx5: create control flow rules with HWS")
> Cc: [email protected]
>
> Signed-off-by: Maayan Kashani <[email protected]>
Acked-by: Dariusz Sosnowski <[email protected]>
Best regards,
Dariusz Sosnowski