All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 net-next 00/11] sfc: driver for EF100 family NICs, part 2
@ 2020-08-03 20:30 Edward Cree
  2020-08-03 20:32 ` [PATCH v3 net-next 01/11] sfc_ef100: check firmware version at start-of-day Edward Cree
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: Edward Cree @ 2020-08-03 20:30 UTC (permalink / raw)
  To: linux-net-drivers, davem; +Cc: netdev

This series implements the data path and various other functionality
 for Xilinx/Solarflare EF100 NICs.

Changed from v2:
 * Improved error handling of design params (patch #3)
 * Removed 'inline' from .c file in patch #4
 * Don't report common stats to ethtool -S (patch #8)

Changed from v1:
 * Fixed build errors on CONFIG_RFS_ACCEL=n (patch #5) and 32-bit
   (patch #8)
 * Dropped patch #10 (ethtool ops) as it's buggy and will need a
   bigger rework to fix.

Edward Cree (11):
  sfc_ef100: check firmware version at start-of-day
  sfc_ef100: fail the probe if NIC uses unsol_ev credits
  sfc_ef100: read Design Parameters at probe time
  sfc_ef100: TX path for EF100 NICs
  sfc_ef100: RX filter table management and related gubbins
  sfc_ef100: RX path for EF100
  sfc_ef100: plumb in fini_dmaq
  sfc_ef100: statistics gathering
  sfc_ef100: functions for selftests
  sfc_ef100: read pf_index at probe time
  sfc_ef100: add nic-type for VFs, and bind to them

 drivers/net/ethernet/sfc/ef100.c        |   2 +
 drivers/net/ethernet/sfc/ef100_netdev.c |  16 +
 drivers/net/ethernet/sfc/ef100_nic.c    | 657 ++++++++++++++++++++++++
 drivers/net/ethernet/sfc/ef100_nic.h    |  48 ++
 drivers/net/ethernet/sfc/ef100_rx.c     | 150 +++++-
 drivers/net/ethernet/sfc/ef100_rx.h     |   1 +
 drivers/net/ethernet/sfc/ef100_tx.c     | 367 ++++++++++++-
 drivers/net/ethernet/sfc/ef100_tx.h     |   4 +
 drivers/net/ethernet/sfc/net_driver.h   |  21 +
 drivers/net/ethernet/sfc/tx_common.c    |   1 +
 10 files changed, 1255 insertions(+), 12 deletions(-)


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

end of thread, other threads:[~2020-08-10 15:52 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 20:30 [PATCH v3 net-next 00/11] sfc: driver for EF100 family NICs, part 2 Edward Cree
2020-08-03 20:32 ` [PATCH v3 net-next 01/11] sfc_ef100: check firmware version at start-of-day Edward Cree
2020-08-03 20:32 ` [PATCH v3 net-next 02/11] sfc_ef100: fail the probe if NIC uses unsol_ev credits Edward Cree
2020-08-03 20:33 ` [PATCH v3 net-next 03/11] sfc_ef100: read Design Parameters at probe time Edward Cree
2020-08-09  0:29   ` Guenter Roeck
2020-08-10  8:15     ` Edward Cree
2020-08-10 15:52       ` Guenter Roeck
2020-08-03 20:34 ` [PATCH v3 net-next 04/11] sfc_ef100: TX path for EF100 NICs Edward Cree
2020-08-03 20:34 ` [PATCH v3 net-next 05/11] sfc_ef100: RX filter table management and related gubbins Edward Cree
2020-08-03 20:36 ` [PATCH v3 net-next 06/11] sfc_ef100: RX path for EF100 Edward Cree
2020-08-03 20:36 ` [PATCH v3 net-next 07/11] sfc_ef100: plumb in fini_dmaq Edward Cree
2020-08-03 20:37 ` [PATCH v3 net-next 08/11] sfc_ef100: statistics gathering Edward Cree
2020-08-03 20:37 ` [PATCH v3 net-next 09/11] sfc_ef100: functions for selftests Edward Cree
2020-08-03 20:38 ` [PATCH v3 net-next 10/11] sfc_ef100: read pf_index at probe time Edward Cree
2020-08-03 20:40 ` [PATCH v3 net-next 11/11] sfc_ef100: add nic-type for VFs, and bind to them Edward Cree
2020-08-04  1:16   ` kernel test robot
2020-08-04  1:16     ` kernel test robot
2020-08-04  1:30     ` David Miller
2020-08-04  1:30       ` David Miller
2020-08-04 13:31       ` Edward Cree
2020-08-04 13:31         ` Edward Cree
2020-08-03 22:26 ` [PATCH v3 net-next 00/11] sfc: driver for EF100 family NICs, part 2 Jakub Kicinski
2020-08-04  1:23   ` David Miller

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.