All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] sfc: driver for EF100 family NICs, part 2
@ 2020-07-30 14:31 Edward Cree
  2020-07-30 14:33 ` [PATCH net-next 01/12] sfc_ef100: check firmware version at start-of-day Edward Cree
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Edward Cree @ 2020-07-30 14:31 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.

Edward Cree (12):
  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: add ethtool ops and miscellaneous ndos
  sfc_ef100: read pf_index at probe time
  sfc_ef100: add nic-type for VFs, and bind to them

 drivers/net/ethernet/sfc/Kconfig         |   1 +
 drivers/net/ethernet/sfc/ef100.c         |   2 +
 drivers/net/ethernet/sfc/ef100_ethtool.c |  44 ++
 drivers/net/ethernet/sfc/ef100_netdev.c  |  20 +
 drivers/net/ethernet/sfc/ef100_nic.c     | 643 +++++++++++++++++++++++
 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      | 368 ++++++++++++-
 drivers/net/ethernet/sfc/ef100_tx.h      |   4 +
 drivers/net/ethernet/sfc/net_driver.h    |  21 +
 drivers/net/ethernet/sfc/tx_common.c     |   1 +
 12 files changed, 1291 insertions(+), 12 deletions(-)


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

end of thread, other threads:[~2020-07-30 20:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 14:31 [PATCH net-next 00/12] sfc: driver for EF100 family NICs, part 2 Edward Cree
2020-07-30 14:33 ` [PATCH net-next 01/12] sfc_ef100: check firmware version at start-of-day Edward Cree
2020-07-30 14:34 ` [PATCH net-next 02/12] sfc_ef100: fail the probe if NIC uses unsol_ev credits Edward Cree
2020-07-30 14:35 ` [PATCH net-next 03/12] sfc_ef100: read Design Parameters at probe time Edward Cree
2020-07-30 14:36 ` [PATCH net-next 04/12] sfc_ef100: TX path for EF100 NICs Edward Cree
2020-07-30 14:36 ` [PATCH net-next 05/12] sfc_ef100: RX filter table management and related gubbins Edward Cree
2020-07-30 17:42   ` kernel test robot
2020-07-30 17:42     ` kernel test robot
2020-07-30 14:37 ` [PATCH net-next 06/12] sfc_ef100: RX path for EF100 Edward Cree
2020-07-30 14:38 ` [PATCH net-next 07/12] sfc_ef100: plumb in fini_dmaq Edward Cree
2020-07-30 14:38 ` [PATCH net-next 08/12] sfc_ef100: statistics gathering Edward Cree
2020-07-30 19:25   ` kernel test robot
2020-07-30 19:25     ` kernel test robot
2020-07-30 14:39 ` [PATCH net-next 09/12] sfc_ef100: functions for selftests Edward Cree
2020-07-30 14:39 ` [PATCH net-next 10/12] sfc_ef100: add ethtool ops and miscellaneous ndos Edward Cree
2020-07-30 14:40 ` [PATCH net-next 11/12] sfc_ef100: read pf_index at probe time Edward Cree
2020-07-30 14:40 ` [PATCH net-next 12/12] sfc_ef100: add nic-type for VFs, and bind to them Edward Cree
2020-07-30 18:10 ` [PATCH net-next 00/12] sfc: driver for EF100 family NICs, part 2 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.