netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/6] Drivers: net: hyperv: Enable various offloads
@ 2014-03-09  3:22 K. Y. Srinivasan
  2014-03-09  3:23 ` [PATCH V3 1/6] Drivers: net: hyperv: Enable scatter gather I/O K. Y. Srinivasan
  2014-03-10 19:55 ` [PATCH V3 0/6] Drivers: net: hyperv: Enable various offloads David Miller
  0 siblings, 2 replies; 9+ messages in thread
From: K. Y. Srinivasan @ 2014-03-09  3:22 UTC (permalink / raw)
  To: davem, netdev, linux-kernel, devel, olaf, apw, jasowang

This patch set enables both checksum as well as segmentation offload.
As part of this effort I have enabled scatter gather I/O a well.

In version 2 of these patches, I addressed comments from David Miller and
Dan Carpenter.

In this version I have addressed the latest comments from David Miller.

K. Y. Srinivasan (6):
  Drivers: net: hyperv: Enable scatter gather I/O
  Drivers: net: hyperv: Cleanup the send path
  Drivers: net: hyperv: Enable offloads on the host
  Drivers: net: hyperv: Enable receive side IP checksum offload
  Drivers: net: hyperv: Enable send side checksum offload
  Drivers: net: hyperv: Enable large send offload

 drivers/net/hyperv/hyperv_net.h   |  135 ++++++++++++++-
 drivers/net/hyperv/netvsc_drv.c   |  336 +++++++++++++++++++++++++++++++------
 drivers/net/hyperv/rndis_filter.c |  153 ++++++++++--------
 3 files changed, 501 insertions(+), 123 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2014-03-11  0:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09  3:22 [PATCH V3 0/6] Drivers: net: hyperv: Enable various offloads K. Y. Srinivasan
2014-03-09  3:23 ` [PATCH V3 1/6] Drivers: net: hyperv: Enable scatter gather I/O K. Y. Srinivasan
2014-03-09  3:23   ` [PATCH V3 2/6] Drivers: net: hyperv: Cleanup the send path K. Y. Srinivasan
2014-03-09  3:23   ` [PATCH V3 3/6] Drivers: net: hyperv: Enable offloads on the host K. Y. Srinivasan
2014-03-09  3:23   ` [PATCH V3 4/6] Drivers: net: hyperv: Enable receive side IP checksum offload K. Y. Srinivasan
2014-03-09  3:23   ` [PATCH V3 5/6] Drivers: net: hyperv: Enable send side " K. Y. Srinivasan
2014-03-09  3:23   ` [PATCH V3 6/6] Drivers: net: hyperv: Enable large send offload K. Y. Srinivasan
2014-03-10 19:55 ` [PATCH V3 0/6] Drivers: net: hyperv: Enable various offloads David Miller
2014-03-11  0:42   ` KY Srinivasan

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