linux-stable/drivers/net/ethernet/ibm/ehea
Anton Blanchard aa9084a01a ehea: Reduce memory usage in buffer pools
Now that we enable multiqueue by default the ehea driver is using
quite a lot of memory for its buffer pools. With 4 queues we
consume 64MB in the jumbo packet ring, 16MB in the medium packet
ring and 16MB in the tiny packet ring.

We should only fill the jumbo ring once the MTU is increased but
for now halve it's size so it consumes 32MB. Also reduce the tiny
packet ring, with 4 queues we had 16k entries which is overkill.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-23 19:14:20 -05:00
..
ehea.h ehea: Reduce memory usage in buffer pools 2011-11-23 19:14:20 -05:00
ehea_ethtool.c ehea: Remove LRO support 2011-10-17 19:00:55 -04:00
ehea_hw.h ehea: Remove some unused definitions 2011-10-17 19:00:55 -04:00
ehea_main.c ehea: fix skb_frag_size typo 2011-10-25 16:20:43 +02:00
ehea_phyp.c
ehea_phyp.h
ehea_qmr.c
ehea_qmr.h ehea: Remove unused tcp_end field in send WQ 2011-10-17 19:00:55 -04:00
Makefile