1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/atheros/atl1c
Sieng-Piaw Liew d87c59f2b0 net: atl1c: switch to napi_consume_skb()
Switch to napi_consume_skb() to take advantage of bulk free, and skb
reuse through skb cache in conjunction with napi_build_skb().

When parameter 'budget' = 0, indicating non-NAPI context,
dev_consume_skb_any() is called internally.

Signed-off-by: Sieng-Piaw Liew <liew.s.piaw@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-10-01 13:54:07 +01:00
..
atl1c.h atl1c: Work around the DMA RX overflow issue 2023-09-14 10:14:52 +02:00
atl1c_ethtool.c net: ethernet: move from strlcpy with unused retval to strscpy 2022-08-31 14:11:26 -07:00
atl1c_hw.c atl1c: fix Mikrotik 10/25G NIC detection 2021-07-08 13:31:43 -07:00
atl1c_hw.h atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NIC 2021-05-27 16:06:46 -07:00
atl1c_main.c net: atl1c: switch to napi_consume_skb() 2023-10-01 13:54:07 +01:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00