net/mlx5: fix flow type for allmulti rules
authorRaslan Darawsheh <rasland@mellanox.com>
Tue, 5 Dec 2017 09:37:50 +0000 (11:37 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commit0a40a1363a4df8043f9a7e93289eda2ea52815a7
tree6b7debfc1d22fa9c593e8f9f27d1728946ea17bb
parentc2b3dba84ad319003df04a5a9fa163a953224e83
net/mlx5: fix flow type for allmulti rules

Chnaged ibv_flow_attr type for allmulti rule to IBV_FLOW_ATTR_MC_DEFAULT
instead of IBV_FLOW_ATTR_NORMAL, in case allmulti was enabled.

Fixes: 272733b5 ("net/mlx5: use flow to enable unicast traffic")
Cc: stable@dpdk.org
Signed-off-by: Raslan Darawsheh <rasland@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_flow.c