openwrtv4/target/linux/ramips
Felix Fietkau 0c285bd081 ramips: ethernet: use own page_frag_cache
Using the NAPI or netdev frag cache along with other drivers can lead to
32 KiB pages being held for a long time, despite only being used for
very few page fragment.
This can happen if the ethernet driver grabs one or two fragments for rx
ring refill, while other drivers use (and free up) the remaining
fragments. The 32 KiB higher-order page can only be freed once all users
have freed their fragments, which only happens after the rings of all
drivers holding the fragments have wrapped around.

Depending on the traffic patterns, this can waste a lot of memory and
look a lot like a memory leak

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-07-12 18:43:53 +02:00
..
base-files ramips: add support for Blueendless Kimax U35WF 2018-07-07 21:07:40 +02:00
dts ramips: TP-Link TL-WR902AC v3: add missing wps button 2018-07-12 18:15:33 +02:00
files-4.14/drivers ramips: ethernet: use own page_frag_cache 2018-07-12 18:43:53 +02:00
image ramips: TP-Link TL-WR902AC v3: don't build factory image 2018-07-12 18:15:33 +02:00
mt76x8 kernel: only optimized for size if small_flash 2018-07-12 18:15:32 +02:00
mt7620 kernel: only optimized for size if small_flash 2018-07-12 18:15:32 +02:00
mt7621 ramips: Add support for Mikrotik RouterBOARD RBM33g 2018-06-21 06:54:42 +02:00
patches-4.14 ramips: clean up and fix MT7621 NAND driver issues 2018-07-11 20:59:44 +02:00
rt288x kernel: only optimized for size if small_flash 2018-07-12 18:15:32 +02:00
rt305x kernel: only optimized for size if small_flash 2018-07-12 18:15:32 +02:00
rt3883 kernel: only optimized for size if small_flash 2018-07-12 18:15:32 +02:00
Makefile ramips: switch to linux 4.14 2018-04-06 18:07:43 +02:00
modules.mk ramips: rename pwm kernel module 2018-04-08 12:35:33 +02:00