netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5] NAPI support for Hyper-V
@ 2017-02-27 18:26 Stephen Hemminger
  2017-02-27 18:26 ` [PATCH 1/5] netvsc: don't overload variable in same function Stephen Hemminger
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Stephen Hemminger @ 2017-02-27 18:26 UTC (permalink / raw)
  To: davem; +Cc: netdev, Stephen Hemminger

These patches enable NAPI, GRO and napi_alloc_skb for Hyper-V netvsc
driver.

Stephen Hemminger (5):
  netvsc: don't overload variable in same function
  vmbus: introduce in-place packet iterator
  netvsc: implement NAPI
  netvsc: enable GRO
  netvsc: replace netdev_alloc_skb_ip_align with napi_alloc_skb

 drivers/hv/ring_buffer.c          |  94 ++++++++++++++++++++-
 drivers/net/hyperv/hyperv_net.h   |   2 +
 drivers/net/hyperv/netvsc.c       | 172 ++++++++++++++++++++++++--------------
 drivers/net/hyperv/netvsc_drv.c   |  19 ++---
 drivers/net/hyperv/rndis_filter.c |   2 +
 include/linux/hyperv.h            |  96 +++++++--------------
 6 files changed, 242 insertions(+), 143 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-07  1:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-27 18:26 [PATCH net 0/5] NAPI support for Hyper-V Stephen Hemminger
2017-02-27 18:26 ` [PATCH 1/5] netvsc: don't overload variable in same function Stephen Hemminger
2017-02-27 18:26 ` [PATCH 2/5] vmbus: introduce in-place packet iterator Stephen Hemminger
2017-02-27 18:26 ` [PATCH 3/5] netvsc: implement NAPI Stephen Hemminger
2017-02-27 18:26 ` [PATCH 4/5] netvsc: enable GRO Stephen Hemminger
2017-02-27 18:26 ` [PATCH 5/5] netvsc: replace netdev_alloc_skb_ip_align with napi_alloc_skb Stephen Hemminger
2017-03-07  1:13 ` [PATCH net 0/5] NAPI support for Hyper-V David Miller
2017-03-07  1:18   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).