netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] hv_netvsc: minor optimizations
@ 2017-12-01 19:01 Stephen Hemminger
  2017-12-01 19:01 ` [PATCH net-next 1/6] hv_netvsc: drop unused macros Stephen Hemminger
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Stephen Hemminger @ 2017-12-01 19:01 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin; +Cc: devel, netdev

These are a set of local optimizations the Hyper-V networking driver.
Also include a vmbus patch in this set, because it depends on the
netvsc that last used that function.

Stephen Hemminger (6):
  hv_netvsc: drop unused macros
  hv_netvsc: don't need local xmit_more
  hv_netvsc: replace divide with mask when computing padding
  hv_netvsc: use reciprocal divide to speed up percent calculation
  hv_netvsc: optimize initialization of RNDIS header
  vmbus: make hv_get_ringbuffer_availbytes local

 drivers/hv/ring_buffer.c          | 23 ++++++++++++
 drivers/net/hyperv/hyperv_net.h   | 32 ++---------------
 drivers/net/hyperv/netvsc.c       | 26 ++++++--------
 drivers/net/hyperv/netvsc_drv.c   | 74 ++++++++++++++++++---------------------
 drivers/net/hyperv/rndis_filter.c |  4 +--
 include/linux/hyperv.h            | 22 ------------
 6 files changed, 73 insertions(+), 108 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-12-03 15:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 19:01 [PATCH net-next 0/6] hv_netvsc: minor optimizations Stephen Hemminger
2017-12-01 19:01 ` [PATCH net-next 1/6] hv_netvsc: drop unused macros Stephen Hemminger
2017-12-01 19:01 ` [PATCH net-next 2/6] hv_netvsc: don't need local xmit_more Stephen Hemminger
2017-12-01 19:01 ` [PATCH net-next 3/6] hv_netvsc: replace divide with mask when computing padding Stephen Hemminger
2017-12-01 19:01 ` [PATCH net-next 4/6] hv_netvsc: use reciprocal divide to speed up percent calculation Stephen Hemminger
2017-12-01 19:01 ` [PATCH net-next 5/6] hv_netvsc: optimize initialization of RNDIS header Stephen Hemminger
2017-12-01 19:01 ` [PATCH net-next 6/6] vmbus: make hv_get_ringbuffer_availbytes local Stephen Hemminger
2017-12-03 15:11 ` [PATCH net-next 0/6] hv_netvsc: minor optimizations David Miller

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).