IB/mlx4: Add support for blocking multicast loopback packets
[linux-2.6-block.git] / drivers / infiniband / hw / mlx4 / mlx4_ib.h
index 5cf994794d25f2ff3f99828696a990c49d58dd31..c4cf5b69eefa3662096348f30a31f5fcbd2a87c8 100644 (file)
@@ -101,7 +101,8 @@ struct mlx4_ib_wq {
 };
 
 enum mlx4_ib_qp_flags {
-       MLX4_IB_QP_LSO          = 1 << 0
+       MLX4_IB_QP_LSO                          = 1 << 0,
+       MLX4_IB_QP_BLOCK_MULTICAST_LOOPBACK     = 1 << 1,
 };
 
 struct mlx4_ib_qp {