IB/mlx4: Allow 4K messages for UD QPs
authorAlex Naslednikov <xalex@mellanox.co.il>
Thu, 7 Aug 2008 21:06:50 +0000 (14:06 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 7 Aug 2008 21:06:50 +0000 (14:06 -0700)
Current code limits the max message size to 2K for UD QPs, while MTU
might be as big as 4K.  This patch sets the maximum message size to
4K, which is needed for UD to work correctly on fabrics with a 4K MTU.

Signed-off-by: Alex Naslednikov <xalex@mellanox.co.il>
Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found