Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e57ac0c297b9e1074dcb6b6ee5cd1d6407a7df14
Commit:     e57ac0c297b9e1074dcb6b6ee5cd1d6407a7df14
Parent:     8ad11fb6b0739e704953e2b0aed453bf7d75d4f6
Author:     Jack Morgenstein <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 2 09:40:13 2007 +0200
Committer:  Roland Dreier <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 19:59:16 2007 -0700

    mlx4_core: Increase max number of QPs per multicast group to 56
    
    Increase the number of QPs allowed per multicast group from 8 to 56.
    This allows for one QP per core on 16-core systems, which are now
    quite common, and allows some space for future growth.
    
    Signed-off-by: Jack Morgenstein <[EMAIL PROTECTED]>
    Signed-off-by: Roland Dreier <[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 2bad045..53a1cdd 100644
--- a/drivers/net/mlx4/mlx4.h
+++ b/drivers/net/mlx4/mlx4.h
@@ -56,7 +56,7 @@ enum {
 };
 
 enum {
-       MLX4_MGM_ENTRY_SIZE     =  0x40,
+       MLX4_MGM_ENTRY_SIZE     =  0x100,
        MLX4_QP_PER_MGM         = 4 * (MLX4_MGM_ENTRY_SIZE / 16 - 2),
        MLX4_MTT_ENTRY_PER_SEG  = 8
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to