IB/mthca: Add module parameter for number of MTTs per segment
authorEli Cohen <eli@mellanox.co.il>
Wed, 27 May 2009 21:36:16 +0000 (14:36 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 27 May 2009 21:36:16 +0000 (14:36 -0700)
commitc1f67a88bf62fac0f4151c007b361199c2cd1988
tree5bb527966e1a6cd2a3c06f6df70199df948e3817
parent210af919c949a7d6bd330916ef376cec2907d81e
IB/mthca: Add module parameter for number of MTTs per segment

The current MTT allocator uses kmalloc() to allocate a buffer for its
buddy allocator, and thus is limited in the amount of MTT segments
that it can control.  As a result, the size of memory that can be
registered is limited too.  This patch uses a module parameter to
control the number of MTT entries that each segment represents,
allowing more memory to be registered with the same number of
segments.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mthca/mthca_cmd.c
drivers/infiniband/hw/mthca/mthca_dev.h
drivers/infiniband/hw/mthca/mthca_main.c
drivers/infiniband/hw/mthca/mthca_mr.c
drivers/infiniband/hw/mthca/mthca_profile.c