openwrt-mirror/target/linux/bmips/files
Sieng Piaw Liew a332b8cc9c bmips: check NAPI context when refilling rx SKB
Check if we're in NAPI context when refilling rx. Normally we're almost
always running in NAPI context. Dispatch to napi_alloc_frag() directly
instead of relying on netdev_alloc_frag() which does the same but with
the overhead of local_bh_disable/enable.

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: check NAPI context when refilling rx SKB 2023-03-04 19:28:16 +01:00
include/dt-bindings/interrupt-controller