]> git.baikalelectronics.ru Git - kernel.git/commit
netvsc: replace netdev_alloc_skb_ip_align with napi_alloc_skb
authorstephen hemminger <stephen@networkplumber.org>
Mon, 27 Feb 2017 18:26:51 +0000 (10:26 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Mar 2017 01:13:13 +0000 (17:13 -0800)
commit080919a40633c1c2dbc48c4b0f57d290df3a97b2
treecb827146e49ad03939767c43f8674321358c694d
parent6839b09639db6d491c2c071a2a07f0f03b133bab
netvsc: replace netdev_alloc_skb_ip_align with napi_alloc_skb

Gives potential performance gain.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc_drv.c