mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 01:52:13 +00:00
51fb80fefe
On x86_64 architecture with 4K page size and SLUB debugging enabled, stress testing on p54usb has resulted in skb allocation failures of O(1) and extreme page fragmentation. Reducing rx_mtu fixes this problem by reducing the size of all receive skb allocations to be of O(0). This change does not impact performance in any way. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
net2280.h | ||
p54.h | ||
p54common.c | ||
p54common.h | ||
p54pci.c | ||
p54pci.h | ||
p54usb.c | ||
p54usb.h |