Changes in v3: * Avoid to duplicate bcast/multicast flows when multiple MAC addressed are configured.
Changes in v2: * Fix packets reception in allmulti mode and when VLAN are present. * Fix a double flow insertion causing an infinite loop. Nelio Laranjeiro (7): net/mlx5: fix segfault on flow creation net/mlx5: fix work queue array size net/mlx5: fix drop flows when port is stopped net/mlx5: fix flow director drop action net/mlx5: fix mark action with drop action net/mlx5: fix reception when VLAN is added net/mlx5: fix flow director flow add drivers/net/mlx5/mlx5_flow.c | 32 ++++++--- drivers/net/mlx5/mlx5_rxq.c | 2 +- drivers/net/mlx5/mlx5_trigger.c | 156 +++++++++++++++++++++++----------------- 3 files changed, 111 insertions(+), 79 deletions(-) -- 2.11.0