diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2017-10-16 02:31:19 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-11-06 16:39:41 +0100 |
commit | 890e668273745a298938c4abb39c5e5804c0cdd5 (patch) | |
tree | 3c20a6b1ffdbed8cd6d449355042e54ec9b4615f /include/hardening.mk | |
parent | 204f3f5987bacf725394dbdd6497b4972db5056e (diff) | |
download | upstream-890e668273745a298938c4abb39c5e5804c0cdd5.tar.gz upstream-890e668273745a298938c4abb39c5e5804c0cdd5.tar.bz2 upstream-890e668273745a298938c4abb39c5e5804c0cdd5.zip |
ixp4xx: drop the jumbo frame support
Current jumbo frame support code allocates rxbuffers of the maximum size
supported by the hardware (~14KB). This happens at the device open time
even if the configured MTU is lower (e.g. if it configured to standard
1500 bytes). Such behavior effectivly prevents interface start on boards
with a low ammount of RAM (e.g. WRT300N v2), since the kernel simly can
not allocates of ~0.8MB (14KB x 64).
So remove jumbo frame support for now.
Reported-by: Nerijus Baliunas <nerijus@users.sourceforge.net>
Tested-by: Nerijus Baliunas <nerijus@users.sourceforge.net>
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Diffstat (limited to 'include/hardening.mk')
0 files changed, 0 insertions, 0 deletions