commit | c8d83963709ea69f7433c7b4fe3e8c3a4288458a | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Wed Jun 08 14:52:33 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 09 23:38:19 2016 -0700 |
tree | 47b8e3b6eb3110377bf4b8b7501a497bda23476e | |
parent | cef8a464c60799a09162e3f8f47b55a6bfeb381b [diff] |
r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skb 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@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>