openwrt/target/linux/bmips/files
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
..
arch/mips bmips: add linux v5.15 support 2022-05-20 12:21:03 +02:00
drivers bmips: convert to build_skb() 2023-03-04 19:28:16 +01:00
include/dt-bindings/interrupt-controller bmips: add new target 2021-02-22 18:29:44 +01:00