All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH V4 0/2] ixgbe: Add support for VXLAN RX offloads
@ 2015-06-15 18:33 Mark D Rustad
  2015-06-15 18:33 ` [Intel-wired-lan] [PATCH V4 1/2] ixgbe: Add support for UDP-encapsulated tx checksum offload Mark D Rustad
  2015-06-15 18:33 ` [Intel-wired-lan] [PATCH V4 2/2] ixgbe: Add support for VXLAN RX offloads Mark D Rustad
  0 siblings, 2 replies; 6+ messages in thread
From: Mark D Rustad @ 2015-06-15 18:33 UTC (permalink / raw)
  To: intel-wired-lan

VXLAN tx checksum offload support is added for all devices and
VXLAN rx offload support, including ATR, is added for X55x devices
that support it.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>

---
Changes in V2:
- UDP-encapsulated tx offload should now support more than VXLAN
- no longer set NETIF_F_GSO_UDP_TUNNEL
- validate inner header offset for tx offload support
Changes in V3:
- don't clear bits that were never set
- add unlikely to a header offset check
- change __constant_htons to simply htons
Changes in V4:
- add static to ixgbe_clear_vxlan_port
- use ixgbe_clear_vxlan_port to clear vxlan port
- call ixgbe_clear_vxlan_port when turning checksum offload off

---

Mark Rustad (2):
      ixgbe: Add support for UDP-encapsulated tx checksum offload
      ixgbe: Add support for VXLAN RX offloads


 drivers/net/ethernet/intel/ixgbe/ixgbe.h       |    6 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c |   18 ++
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c  |  185 ++++++++++++++++++++----
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h  |   15 +-
 4 files changed, 181 insertions(+), 43 deletions(-)

-- 
Mark Rustad, Network Division, Intel Corporation

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

end of thread, other threads:[~2015-08-21 22:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 18:33 [Intel-wired-lan] [PATCH V4 0/2] ixgbe: Add support for VXLAN RX offloads Mark D Rustad
2015-06-15 18:33 ` [Intel-wired-lan] [PATCH V4 1/2] ixgbe: Add support for UDP-encapsulated tx checksum offload Mark D Rustad
2015-08-17 21:16   ` Schmitt, Phillip J
2015-06-15 18:33 ` [Intel-wired-lan] [PATCH V4 2/2] ixgbe: Add support for VXLAN RX offloads Mark D Rustad
2015-08-17 21:17   ` Schmitt, Phillip J
2015-08-21 22:18     ` Keller, Jacob E

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.