All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] sfc: encap offloads on EF10
@ 2020-09-10 20:29 Edward Cree
  2020-09-10 20:31 ` [PATCH net-next 1/7] sfc: decouple TXQ type from label Edward Cree
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Edward Cree @ 2020-09-10 20:29 UTC (permalink / raw)
  To: linux-net-drivers, davem; +Cc: netdev

EF10 NICs from the 8000 series onwards support TX offloads (checksumming,
 TSO) on VXLAN- and NVGRE-encapsulated packets.  This series adds driver
 support for these offloads.

Edward Cree (7):
  sfc: decouple TXQ type from label
  sfc: define inner/outer csum offload TXQ types
  sfc: create inner-csum queues on EF10 if supported
  sfc: select inner-csum-offload TX queues for skbs that need it
  sfc: de-indirect TSO handling
  sfc: implement encapsulated TSO on EF10
  sfc: advertise encapsulated offloads on EF10

 drivers/net/ethernet/sfc/ef10.c           | 124 +++++++++++++++-------
 drivers/net/ethernet/sfc/ef100_tx.c       |   3 +-
 drivers/net/ethernet/sfc/efx.c            |   1 +
 drivers/net/ethernet/sfc/efx_channels.c   |  10 +-
 drivers/net/ethernet/sfc/efx_common.c     |  84 +++++++++++++++
 drivers/net/ethernet/sfc/efx_common.h     |   3 +
 drivers/net/ethernet/sfc/ethtool_common.c |   2 +-
 drivers/net/ethernet/sfc/farch.c          |  22 ++--
 drivers/net/ethernet/sfc/mcdi_functions.c |  24 +++--
 drivers/net/ethernet/sfc/mcdi_functions.h |   2 +-
 drivers/net/ethernet/sfc/net_driver.h     |  51 +++++----
 drivers/net/ethernet/sfc/nic.h            |   4 +
 drivers/net/ethernet/sfc/ptp.c            |   5 +-
 drivers/net/ethernet/sfc/selftest.c       |   4 +-
 drivers/net/ethernet/sfc/selftest.h       |   4 +-
 drivers/net/ethernet/sfc/tx.c             |  24 ++++-
 drivers/net/ethernet/sfc/tx.h             |  26 +++++
 drivers/net/ethernet/sfc/tx_common.c      |  10 +-
 18 files changed, 302 insertions(+), 101 deletions(-)


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

end of thread, other threads:[~2020-09-11 20:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 20:29 [PATCH net-next 0/7] sfc: encap offloads on EF10 Edward Cree
2020-09-10 20:31 ` [PATCH net-next 1/7] sfc: decouple TXQ type from label Edward Cree
2020-09-11 15:53   ` Jakub Kicinski
2020-09-11 17:36     ` Edward Cree
2020-09-11 20:26       ` Jakub Kicinski
2020-09-10 20:31 ` [PATCH net-next 2/7] sfc: define inner/outer csum offload TXQ types Edward Cree
2020-09-10 20:32 ` [PATCH net-next 3/7] sfc: create inner-csum queues on EF10 if supported Edward Cree
2020-09-10 20:32 ` [PATCH net-next 4/7] sfc: select inner-csum-offload TX queues for skbs that need it Edward Cree
2020-09-10 20:33 ` [PATCH net-next 5/7] sfc: de-indirect TSO handling Edward Cree
2020-09-11 16:01   ` Jakub Kicinski
2020-09-11 17:42     ` Edward Cree
2020-09-11 20:16       ` Jakub Kicinski
2020-09-10 20:33 ` [PATCH net-next 6/7] sfc: implement encapsulated TSO on EF10 Edward Cree
2020-09-10 20:34 ` [PATCH net-next 7/7] sfc: advertise encapsulated offloads " Edward Cree

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.