Both Unicast and multicast addresses are using the same table

Signed-off-by: Yevgeny Petrilin <[email protected]>
---
 drivers/net/mlx4/mlx4.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h
index 8530032..7a7f787 100644
--- a/drivers/net/mlx4/mlx4.h
+++ b/drivers/net/mlx4/mlx4.h
@@ -64,7 +64,7 @@ enum {
 };
 
 enum {
-       MLX4_MGM_ENTRY_SIZE     =  0x100,
+       MLX4_MGM_ENTRY_SIZE     =  0x200,
        MLX4_QP_PER_MGM         = 4 * (MLX4_MGM_ENTRY_SIZE / 16 - 2),
        MLX4_MTT_ENTRY_PER_SEG  = 8
 };
-- 
1.6.0.2

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to