summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSantiago Leon2005-10-26 18:47:01 +0200
committerJeff Garzik2005-10-28 22:07:30 +0200
commitb6d35182fe62e57d368062adcc880ca35119d88e (patch)
treedd7767a40490d2d532cda4d35a18f8b8e614ab19 /fs
parent[PATCH] ibmveth fix bonding (diff)
downloadkernel-qcow2-linux-b6d35182fe62e57d368062adcc880ca35119d88e.tar.gz
kernel-qcow2-linux-b6d35182fe62e57d368062adcc880ca35119d88e.tar.xz
kernel-qcow2-linux-b6d35182fe62e57d368062adcc880ca35119d88e.zip
[PATCH] ibmveth fix buffer pool management
This patch changes the way the ibmveth driver handles the receive buffers. The old code mallocs and maps all the buffers in the pools regardless of MTU size and it also limits the number of buffer pools to three. This patch makes the driver malloc and map the buffers necessary to support the current MTU. It also changes the hardcoded names of the buffer pool number, size, and elements to arrays to make it easier to change (with the hope of making them runtime parameters in the future). Signed-off-by: Santiago Leon <santil@us.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions