dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/8021q
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
..
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vlan.c [VLAN]: Avoid a 4-order allocation. 2007-03-02 20:44:51 -08:00
vlan.h [NET] 8021Q: Fix whitespace errors. 2007-02-10 23:19:11 -08:00
vlan_dev.c [NET] 8021Q: Fix whitespace errors. 2007-02-10 23:19:11 -08:00
vlanproc.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
vlanproc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00