openwrt/target/linux/bmips
Sieng Piaw Liew 71ef4ec47c bmips: convert to build_skb()
We can increase the efficiency of rx path by using buffers to receive
packets then build SKBs around them just before passing into the network
stack. In contrast, preallocating SKBs too early reduces CPU cache
efficiency.
Performance is slightly increased but the changes allow more
potential optimizations.

Signed-off-by: Sieng Piaw Liew <liew.s.piaw@gmail.com>
[improve code format]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-03-04 19:28:16 +01:00
..
dts treewide: remove label = "cpu" from DSA dt-binding 2023-02-26 22:22:48 +01:00
files bmips: convert to build_skb() 2023-03-04 19:28:16 +01:00
generic bmips: add linux v5.15 support 2022-05-20 12:21:03 +02:00
image bmips: loader-lzma: drop unused RAMSIZE parameter 2023-03-02 20:37:56 +01:00
nand bmips: dgnd3700v2: fix network config 2022-05-23 21:05:59 +02:00
patches-5.15 kernel: bump 5.15 to 5.15.67 2022-09-09 21:08:37 +01:00
profiles
config-5.15 kernel: disable CONFIG_CPU_LITTLE_ENDIAN in generic config 2022-10-21 13:47:01 +02:00
Makefile bmips: switch to linux 5.15 2022-05-20 12:36:43 +02:00