Re: [PATCH net-next] r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skb

From: David Miller
Date: Fri Jun 10 2016 - 02:38:40 EST


From: Hayes Wang <hayeswang@xxxxxxxxxxx>
Date: Wed, 8 Jun 2016 14:52:33 +0800

> Replace netdev_alloc_skb_ip_align() with napi_alloc_skb() which can save
> several CPU cycles by avoiding having to disable and re-enable IRQs.
>
> Signed-off-by: Hayes Wang <hayeswang@xxxxxxxxxxx>

Applied.