Skip to content

Commit

Permalink
mlx4_core: Increase max number of QPs per multicast group to 56
Browse files Browse the repository at this point in the history
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 <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Oct 10, 2007
1 parent 8ad11fb commit e57ac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/mlx4/mlx4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit e57ac0c

Please sign in to comment.