[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <b4d116f2-8298-60c4-7f33-f53d9f39a9cd@solarflare.com>
Date: Wed, 8 Feb 2017 16:49:12 +0000
From: Edward Cree <ecree@...arflare.com>
To: <linux-net-drivers@...arflare.com>, <davem@...emloft.net>
CC: <netdev@...r.kernel.org>
Subject: [PATCH net-next 0/6] sfc: more encap offloads
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(-)
Powered by blists - more mailing lists