Message ID | 4C113863.9090002@mellanox.co.il (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 };