immortalwrt/target
Sieng Piaw Liew 7178adadcc bmips: use netdev_alloc_skb() for copybreak
bmips is using Broadcom B53 DSA driver which means the ethernet driver
must compensate for 6 bytes tags from the internal switch.
This means using NET_IP_ALIGN actually misaligns the skb, lowering
performance significantly. Therefore napi_alloc_skb() which uses
NET_IP_ALIGN is changed to netdev_alloc_skb().
Performance in iperf3 is increased from ~47Mbps to 52Mbps.

Signed-off-by: Sieng Piaw Liew <liew.s.piaw@gmail.com>
2023-03-04 19:28:16 +01:00
..
imagebuilder target/imagebuilder: add help text and rename whatdepends to package_whatdepens 2023-01-06 18:44:45 +01:00
linux bmips: use netdev_alloc_skb() for copybreak 2023-03-04 19:28:16 +01:00
llvm-bpf
sdk toolchain: remove installing twice in the "initial" subdir 2023-02-19 19:44:39 +01:00
toolchain toolchain: wrapper.sh: use --rpath-link 2023-02-12 10:55:06 -03:00
Config.in
Makefile