lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ