mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
4970dd027b
Bumping max frame size has significantly affected network performance
and memory usage. It was done by upstream commit that first appeared in
the 5.7 release.
Allocating 512 (BGMAC_RX_RING_SLOTS) buffers, 10 k each, is clearly a
bad idea on 32 MiB devices. This commit fixes support for Linksys E1000
V2.1 which gives up after allocating ~346 such buffers running 5.15
kernel.
Ref:
|
||
---|---|---|
.. | ||
base-files | ||
generic | ||
image | ||
legacy | ||
mips74k | ||
patches-5.10 | ||
patches-5.15 | ||
config-5.10 | ||
config-5.15 | ||
Makefile | ||
modules.mk |