In this updated version, I have re-written the send queue selection, which is
based on ndo_select_queue now. I also applied the stop/wake queue for each
queue separately as suggested by reviewers.

Tom Herbert <therb...@google.com> has submitted a Toeplitz library function with
some optimization. But it's not accepted yet. I'm still using my Toeplitz
implementation in netvsc module. Please accept my patch if no other issues, 
because it already provides significant performance enhancement at current
state. I will be happy to switch to the Toeplitz library function when it's
accepted in the future.

Haiyang Zhang (1):
  hyperv: Add support for virtual Receive Side Scaling (vRSS)

 drivers/net/hyperv/hyperv_net.h   |  111 ++++++++++++++++++++++-
 drivers/net/hyperv/netvsc.c       |  132 +++++++++++++++++++++-----
 drivers/net/hyperv/netvsc_drv.c   |  104 ++++++++++++++++++++-
 drivers/net/hyperv/rndis_filter.c |  186 ++++++++++++++++++++++++++++++++++++-
 4 files changed, 500 insertions(+), 33 deletions(-)

-- 
1.7.4.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to