All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/7] netvsc: minor fixes and optimization
@ 2017-07-28 15:59 Stephen Hemminger
  2017-07-28 15:59 ` [PATCH net-next v3 1/7] netvsc: fix return value for set_channels Stephen Hemminger
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Stephen Hemminger @ 2017-07-28 15:59 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin; +Cc: devel, netdev

This is a subset of earlier submission with a few more fixes
found during testing. The are two small optimizations, one is to
better manage the receive completion ring, and the other is removing
one unneeded level of indirection.

Will submit the improved VF support and buffer sizing in a later
patch so they get more review.

Stephen Hemminger (7):
  netvsc: fix return value for set_channels
  netvsc: fix warnings reported by lockdep
  netvsc: don't print pointer value in error message
  netvsc: remove unnecessary indirection of page_buffer
  netvsc: optimize receive completions
  netvsc: fix error unwind on device setup failure
  netvsc: signal host if receive ring is emptied

 drivers/net/hyperv/hyperv_net.h   |  19 +--
 drivers/net/hyperv/netvsc.c       | 302 ++++++++++++++++----------------------
 drivers/net/hyperv/netvsc_drv.c   |  27 ++--
 drivers/net/hyperv/rndis_filter.c | 108 +++++++-------
 4 files changed, 208 insertions(+), 248 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-08-24 22:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 15:59 [PATCH net-next v3 0/7] netvsc: minor fixes and optimization Stephen Hemminger
2017-07-28 15:59 ` [PATCH net-next v3 1/7] netvsc: fix return value for set_channels Stephen Hemminger
2017-07-28 15:59 ` [PATCH net-next v3 2/7] netvsc: fix warnings reported by lockdep Stephen Hemminger
2017-08-24  8:36   ` David Woodhouse
2017-08-24 22:50     ` Stephen Hemminger
2017-07-28 15:59 ` [PATCH net-next v3 3/7] netvsc: don't print pointer value in error message Stephen Hemminger
2017-07-28 15:59 ` [PATCH net-next v3 4/7] netvsc: remove unnecessary indirection of page_buffer Stephen Hemminger
2017-07-28 15:59 ` [PATCH net-next v3 5/7] netvsc: optimize receive completions Stephen Hemminger
2017-07-28 15:59 ` [PATCH net-next v3 6/7] netvsc: fix error unwind on device setup failure Stephen Hemminger
2017-07-28 15:59 ` [PATCH net-next v3 7/7] netvsc: signal host if receive ring is emptied Stephen Hemminger
2017-07-29 22:26 ` [PATCH net-next v3 0/7] netvsc: minor fixes and optimization David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.