On Mon, 9 May 2016 09:47:08 -0700
Alexander Duyck wrote:
> On Mon, May 9, 2016 at 6:44 AM, Jesper Dangaard Brouer
> wrote:
> > Activate the bulk alloc API, simply by changing mlx4 from using
> > netdev_alloc_skb() to using napi_alloc_skb().
>
> This patch is just enabling the napi_alloc_skb c
On Mon, May 9, 2016 at 6:44 AM, Jesper Dangaard Brouer
wrote:
> Activate the bulk alloc API, simply by changing mlx4 from using
> netdev_alloc_skb() to using napi_alloc_skb().
This patch is just enabling the napi_alloc_skb call. You don't need
to call out that it is enabling bulk allocations. T
Activate the bulk alloc API, simply by changing mlx4 from using
netdev_alloc_skb() to using napi_alloc_skb().
Signed-off-by: Jesper Dangaard Brouer
---
drivers/net/ethernet/mellanox/mlx4/en_rx.c |7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethernet/me