openwrt/target/linux/ath79/files/drivers
Sieng Piaw Liew 265f402fbd
ath79: ag71xx: reuse skbuff_head with napi skb api
napi_build_skb() reuses NAPI skbuff_head cache in order to save some
cycles on freeing/allocating skbuff_heads on every new Rx or completed
Tx.
Use napi_consume_skb() to feed the cache with skbuff_heads of completed
Tx so it's never empty.

Signed-off-by: Sieng Piaw Liew <liew.s.piaw@gmail.com>
[ fixed commit title ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2022-07-04 17:14:39 +02:00
..
gpio ath79: add support for reset key on MikroTik RB912UAG-2HPnD 2022-01-19 16:40:12 +01:00
mfd ath79: add Mikrotik rb4xx series drivers 2020-06-15 21:16:18 +02:00
mtd ath79: add support for reset key on MikroTik RB912UAG-2HPnD 2022-01-19 16:40:12 +01:00
net/ethernet/atheros/ag71xx ath79: ag71xx: reuse skbuff_head with napi skb api 2022-07-04 17:14:39 +02:00