mlx4_core: Add module parameter for number of MTTs per segment
authorEli Cohen <eli@mellanox.co.il>
Wed, 27 May 2009 21:38:34 +0000 (14:38 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 27 May 2009 21:38:34 +0000 (14:38 -0700)
commitab6bf42e2339580b5d87746d0ff4da4b1578b03e
tree670b1e1168e2a89ad782879154c9cdc9785b1c4c
parent210af919c949a7d6bd330916ef376cec2907d81e
mlx4_core: 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/net/mlx4/main.c
drivers/net/mlx4/mr.c
drivers/net/mlx4/profile.c
include/linux/mlx4/device.h