[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160509134352.3573.37044.stgit@firesoul>
Date: Mon, 09 May 2016 15:44:24 +0200
From: Jesper Dangaard Brouer <brouer@...hat.com>
To: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>
Cc: saeedm@...lanox.com, gerlitz.or@...il.com, eugenia@...lanox.com,
Alexander Duyck <alexander.duyck@...il.com>,
Jesper Dangaard Brouer <brouer@...hat.com>
Subject: [net-next PATCH V1 0/3] net: enable use of kmem_cache_alloc_bulk in
network stack
This patchset enables use of the slab/kmem_cache bulk alloc API, and
completes the use the slab/kmem_cache bulking API in the network stack.
I've not included the patches that introduce a SKB bulk hint, which
would beneficial for drivers like mlx5. Lets see if we can agree on
this patchset first.
---
Jesper Dangaard Brouer (3):
net: bulk alloc and reuse of SKBs in NAPI context
mlx4: use napi_alloc_skb API to get SKB bulk allocations
net: warn on napi_alloc_skb being called in wrong context
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 7 ++-
net/core/skbuff.c | 74 ++++++++++++++++++----------
2 files changed, 52 insertions(+), 29 deletions(-)
--
Powered by blists - more mailing lists