Re: [net-next PATCH V1 0/3] net: enable use of kmem_cache_alloc_bulk in network stack

2016-05-20 Thread Jesper Dangaard Brouer
On Mon, 09 May 2016 15:44:24 +0200 Jesper Dangaard Brouer wrote: > 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 benefi

[net-next PATCH V1 0/3] net: enable use of kmem_cache_alloc_bulk in network stack

2016-05-09 Thread Jesper Dangaard Brouer
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.