netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] netvsc: fixes and performance related changes
@ 2017-07-25 20:04 Stephen Hemminger
  2017-07-25 20:04 ` [PATCH net-next 1/5] netvsc: fix return value for set_channels Stephen Hemminger
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Stephen Hemminger @ 2017-07-25 20:04 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin; +Cc: devel, netdev

The first two are more fixes to problems introduced in
latest net-next changes.  The rest are changes to improve performance
and reduce memory footprint.  The driver used to allocate large
amounts of memory (33M) per interface, this reduces that down to
about 7M.

Stephen Hemminger (5):
  netvsc: fix return value for set_channels
  netvsc: fix warnings reported by lockdep
  netvsc: optimize receive completions
  netvsc: signal host if receive ring is emptied
  netvsc: allow smaller send/recv buffer size

 drivers/net/hyperv/hyperv_net.h   |  24 ++--
 drivers/net/hyperv/netvsc.c       | 293 ++++++++++++++++----------------------
 drivers/net/hyperv/netvsc_drv.c   |  48 ++++++-
 drivers/net/hyperv/rndis_filter.c | 104 +++++++-------
 4 files changed, 228 insertions(+), 241 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-07-25 21:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 20:04 [PATCH net-next 0/5] netvsc: fixes and performance related changes Stephen Hemminger
2017-07-25 20:04 ` [PATCH net-next 1/5] netvsc: fix return value for set_channels Stephen Hemminger
2017-07-25 20:04 ` [PATCH net-next 2/5] netvsc: fix warnings reported by lockdep Stephen Hemminger
2017-07-25 20:04 ` [PATCH net-next 3/5] netvsc: optimize receive completions Stephen Hemminger
2017-07-25 21:07   ` Stephen Hemminger
2017-07-25 20:04 ` [PATCH net-next 4/5] netvsc: signal host if receive ring is emptied Stephen Hemminger
2017-07-25 20:04 ` [PATCH net-next 5/5] netvsc: allow smaller send/recv buffer size 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).