|
@@ -1412,6 +1412,7 @@ int mlx4_multicast_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
|
|
|
case MLX4_STEERING_MODE_A0:
|
|
|
if (prot == MLX4_PROT_ETH)
|
|
|
return 0;
|
|
|
+ /* fall through */
|
|
|
|
|
|
case MLX4_STEERING_MODE_B0:
|
|
|
if (prot == MLX4_PROT_ETH)
|
|
@@ -1441,6 +1442,7 @@ int mlx4_multicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
|
|
|
case MLX4_STEERING_MODE_A0:
|
|
|
if (prot == MLX4_PROT_ETH)
|
|
|
return 0;
|
|
|
+ /* fall through */
|
|
|
|
|
|
case MLX4_STEERING_MODE_B0:
|
|
|
if (prot == MLX4_PROT_ETH)
|