remarkable-linux/drivers/net/ehea
Dan Aloni 5c15bdec5c [VLAN]: Avoid a 4-order allocation.
This patch splits the vlan_group struct into a multi-allocated struct. On
x86_64, the size of the original struct is a little more than 32KB, causing
a 4-order allocation, which is prune to problems caused by buddy-system
external fragmentation conditions.

I couldn't just use vmalloc() because vfree() cannot be called in the
softirq context of the RCU callback.

Signed-off-by: Dan Aloni <da-x@monatomic.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-03-02 20:44:51 -08:00
..
ehea.h ehea: Fixed error recovery 2007-02-09 16:09:46 -05:00
ehea_ethtool.c [PATCH] ehea: 64K page support fix 2006-11-06 02:55:07 -05:00
ehea_hcall.h [PATCH] ehea: IBM eHEA Ethernet Device Driver 2006-09-13 13:23:52 -04:00
ehea_hw.h [PATCH] ehea: bugfix for register access functions 2006-09-19 00:05:45 -04:00
ehea_main.c [VLAN]: Avoid a 4-order allocation. 2007-03-02 20:44:51 -08:00
ehea_phyp.c ehea: Fixed error recovery 2007-02-09 16:09:46 -05:00
ehea_phyp.h ehea: Fixed error recovery 2007-02-09 16:09:46 -05:00
ehea_qmr.c ehea: Fixed error recovery 2007-02-09 16:09:46 -05:00
ehea_qmr.h ehea: Fixed error recovery 2007-02-09 16:09:46 -05:00
Makefile [PATCH] ehea: IBM eHEA Ethernet Device Driver 2006-09-13 13:23:52 -04:00