linux/drivers/infiniband
Roland Dreier d20a401928 [PATCH] IB/mthca: Handle context tables smaller than our chunk size
When creating a table in context memory where the table is smaller
than our chunk size, we don't want to allocate and map a full chunk.
Instead, allocate just enough memory to cover the table.

This can be pretty simple because all tables are a power-of-2 size, so
either the table is a multiple of the chunk size, or it's smaller than
one chunk.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2005-08-26 20:37:37 -07:00
..
core [PATCH] IB: userspace SRQ support 2005-08-26 20:37:37 -07:00
hw/mthca [PATCH] IB/mthca: Handle context tables smaller than our chunk size 2005-08-26 20:37:37 -07:00
include [PATCH] IB: userspace SRQ support 2005-08-26 20:37:37 -07:00
ulp/ipoib [PATCH] IB: Remove unnecessary includes of <linux/version.h> 2005-08-26 20:37:36 -07:00
Kconfig [PATCH] Kconfig fix (infiniband and PCI) 2005-08-23 18:43:41 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00