[PATCH net-next v2 0/1] net: lantiq_xrx200: use skb cache

From: Aleksander Jan Bajkowski
Date: Sun Aug 28 2022 - 15:19:59 EST


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. The budget parameter is added to indicate NAPI context, as a value
of zero can be passed in the case of netpoll.

Changelog:

v2:
- rebased patch to avoid conflicts

Aleksander Jan Bajkowski (1):
net: lantiq_xrx200: use skb cache

drivers/net/ethernet/lantiq_xrx200.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--
2.30.2