Re: [net-next PATCH 0/7] net: bulk alloc side and more bulk free drivers

2016-03-04 Thread Jesper Dangaard Brouer
On Fri, 4 Mar 2016 08:36:44 -0800 Alexei Starovoitov wrote: > On Fri, Mar 04, 2016 at 02:01:14PM +0100, Jesper Dangaard Brouer wrote: > > This patchset use the bulk ALLOC side of the kmem_cache bulk APIs, for > > SKB allocations. The bulk free side got enabled in merge commit > > 3134b9f019f2 ("

Re: [net-next PATCH 0/7] net: bulk alloc side and more bulk free drivers

2016-03-04 Thread Alexei Starovoitov
On Fri, Mar 04, 2016 at 02:01:14PM +0100, Jesper Dangaard Brouer wrote: > This patchset use the bulk ALLOC side of the kmem_cache bulk APIs, for > SKB allocations. The bulk free side got enabled in merge commit > 3134b9f019f2 ("net: mitigating kmem_cache free slowpath"). > > The first two patches

[net-next PATCH 0/7] net: bulk alloc side and more bulk free drivers

2016-03-04 Thread Jesper Dangaard Brouer
This patchset use the bulk ALLOC side of the kmem_cache bulk APIs, for SKB allocations. The bulk free side got enabled in merge commit 3134b9f019f2 ("net: mitigating kmem_cache free slowpath"). The first two patches is a followup on the free-side, which enables bulk-free in the drivers mlx4 and m