netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] sfc: more encap offloads
@ 2017-02-08 16:49 Edward Cree
  2017-02-08 16:50 ` [PATCH net-next 1/6] sfc: process RX event inner checksum flags Edward Cree
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Edward Cree @ 2017-02-08 16:49 UTC (permalink / raw)
  To: linux-net-drivers, davem; +Cc: netdev

This patch series adds support for RX checksum offload of encapsulated packets.
It also adds support for configuring the hardware's lists of UDP ports used for
VXLAN and GENEVE encapsulation offloads.  Since changing these lists causes the
MC to reboot, the driver has been hardened against reboots, which used to be
considered an exceptional occurrence but are now normal.

Jon Cooper (5):
  sfc: process RX event inner checksum flags
  sfc: set csum_level for encapsulated packets
  sfc: harden driver against MC resets during initial probe
  sfc: call mcdi_reboot_detected() when MC reboots during an MCDI
    command
  sfc: configure UDP tunnel offload ports

Matthew Slattery (1):
  sfc: update mcdi_pcol definitions for
    MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTS

 drivers/net/ethernet/sfc/bitfield.h   |   3 +
 drivers/net/ethernet/sfc/ef10.c       | 429 +++++++++++++++++++++++++++++++++-
 drivers/net/ethernet/sfc/efx.c        | 171 +++++++++++---
 drivers/net/ethernet/sfc/ethtool.c    |   5 +
 drivers/net/ethernet/sfc/mcdi.c       |  15 +-
 drivers/net/ethernet/sfc/mcdi.h       |   1 +
 drivers/net/ethernet/sfc/mcdi_pcol.h  |  21 ++
 drivers/net/ethernet/sfc/net_driver.h |  39 +++-
 drivers/net/ethernet/sfc/nic.h        |   7 +
 drivers/net/ethernet/sfc/rx.c         |   5 +-
 drivers/net/ethernet/sfc/siena.c      |   2 +
 11 files changed, 640 insertions(+), 58 deletions(-)

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

end of thread, other threads:[~2017-02-09 21:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08 16:49 [PATCH net-next 0/6] sfc: more encap offloads Edward Cree
2017-02-08 16:50 ` [PATCH net-next 1/6] sfc: process RX event inner checksum flags Edward Cree
2017-02-08 16:51 ` [PATCH net-next 2/6] sfc: set csum_level for encapsulated packets Edward Cree
2017-02-08 16:51 ` [PATCH net-next 3/6] sfc: harden driver against MC resets during initial probe Edward Cree
2017-02-08 16:51 ` [PATCH net-next 4/6] sfc: call mcdi_reboot_detected() when MC reboots during an MCDI command Edward Cree
2017-02-08 16:51 ` [PATCH net-next 5/6] sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTS Edward Cree
2017-02-08 16:52 ` [PATCH net-next 6/6] sfc: configure UDP tunnel offload ports Edward Cree
2017-02-09 21:48 ` [PATCH net-next 0/6] sfc: more encap offloads 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).