linux-stable-rt/drivers/infiniband/ulp/ipoib
Roland Dreier 10313cbb92 IPoIB: Allocate priv->tx_ring with vmalloc()
Commit 7143740d ("IPoIB: Add send gather support") made struct
ipoib_tx_buf significantly larger, since the mapping member changed
from a single u64 to an array with MAX_SKB_FRAGS + 1 entries.  This
means that allocating tx_rings with kzalloc() may fail because there
is not enough contiguous memory for the new, much bigger size.  Fix
this regression by allocating the rings with vmalloc() instead.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-03-12 07:51:03 -07:00
..
Kconfig
Makefile
ipoib.h
ipoib_cm.c
ipoib_fs.c
ipoib_ib.c
ipoib_main.c
ipoib_multicast.c
ipoib_verbs.c
ipoib_vlan.c