netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/14] sfc: prerequisites for EF100 driver, part 2
@ 2020-06-30 12:00 Edward Cree
  2020-06-30 12:02 ` [PATCH net-next 01/14] sfc: move NIC-specific mcdi_port declarations out of common header Edward Cree
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Edward Cree @ 2020-06-30 12:00 UTC (permalink / raw)
  To: linux-net-drivers, davem; +Cc: netdev

Continuing on from [1], this series further prepares the sfc codebase
 for the introduction of the EF100 driver.

[1]: https://lore.kernel.org/netdev/20200629.173812.1532344417590172093.davem@davemloft.net/T/

Edward Cree (14):
  sfc: move NIC-specific mcdi_port declarations out of common header
  sfc: commonise MCDI MAC stats handling
  sfc: add missing licence info to mcdi_filters.c
  sfc: commonise miscellaneous efx functions
  sfc: commonise some MAC configuration code
  sfc: commonise efx_sync_rx_buffer()
  sfc: commonise TSO fallback code
  sfc: remove duplicate declaration of efx_enqueue_skb_tso()
  sfc: factor out efx_tx_tso_header_length() and understand
    encapsulation
  sfc: move definition of EFX_MC_STATS_GENERATION_INVALID
  sfc: initialise max_[tx_]channels in efx_init_channels()
  sfc: commonise efx->[rt]xq_entries initialisation
  sfc: commonise initialisation of efx->vport_id
  sfc: don't call tx_remove if there isn't one

 drivers/net/ethernet/sfc/ef10.c             |   3 +-
 drivers/net/ethernet/sfc/efx.c              | 104 ---------------
 drivers/net/ethernet/sfc/efx.h              |  26 ----
 drivers/net/ethernet/sfc/efx_channels.c     |   3 +
 drivers/net/ethernet/sfc/efx_common.c       | 106 +++++++++++++++
 drivers/net/ethernet/sfc/efx_common.h       |  36 +++++
 drivers/net/ethernet/sfc/mcdi.h             |   4 -
 drivers/net/ethernet/sfc/mcdi_filters.c     |  11 ++
 drivers/net/ethernet/sfc/mcdi_port.c        | 105 +--------------
 drivers/net/ethernet/sfc/mcdi_port.h        |  18 +++
 drivers/net/ethernet/sfc/mcdi_port_common.c | 141 +++++++++++++++++++-
 drivers/net/ethernet/sfc/mcdi_port_common.h |   5 +-
 drivers/net/ethernet/sfc/nic.c              |   1 -
 drivers/net/ethernet/sfc/nic.h              |   3 -
 drivers/net/ethernet/sfc/nic_common.h       |   8 +-
 drivers/net/ethernet/sfc/rx.c               |   8 --
 drivers/net/ethernet/sfc/rx_common.h        |   9 ++
 drivers/net/ethernet/sfc/siena.c            |   1 +
 drivers/net/ethernet/sfc/tx.c               |  28 ----
 drivers/net/ethernet/sfc/tx.h               |   3 -
 drivers/net/ethernet/sfc/tx_common.c        |  46 ++++++-
 drivers/net/ethernet/sfc/tx_common.h        |   3 +-
 22 files changed, 382 insertions(+), 290 deletions(-)
 create mode 100644 drivers/net/ethernet/sfc/mcdi_port.h


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

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

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 12:00 [PATCH net-next 00/14] sfc: prerequisites for EF100 driver, part 2 Edward Cree
2020-06-30 12:02 ` [PATCH net-next 01/14] sfc: move NIC-specific mcdi_port declarations out of common header Edward Cree
2020-06-30 12:02 ` [PATCH net-next 02/14] sfc: commonise MCDI MAC stats handling Edward Cree
2020-06-30 12:03 ` [PATCH net-next 03/14] sfc: add missing licence info to mcdi_filters.c Edward Cree
2020-06-30 12:03 ` [PATCH net-next 04/14] sfc: commonise miscellaneous efx functions Edward Cree
2020-06-30 12:11 ` [PATCH net-next 05/14] sfc: commonise some MAC configuration code Edward Cree
2020-06-30 12:11 ` [PATCH net-next 06/14] sfc: commonise efx_sync_rx_buffer() Edward Cree
2020-06-30 12:12 ` [PATCH net-next 07/14] sfc: commonise TSO fallback code Edward Cree
2020-06-30 12:12 ` [PATCH net-next 08/14] sfc: remove duplicate declaration of efx_enqueue_skb_tso() Edward Cree
2020-06-30 12:13 ` [PATCH net-next 09/14] sfc: factor out efx_tx_tso_header_length() and understand encapsulation Edward Cree
2020-06-30 12:13 ` [PATCH net-next 10/14] sfc: move definition of EFX_MC_STATS_GENERATION_INVALID Edward Cree
2020-06-30 12:14 ` [PATCH net-next 11/14] sfc: initialise max_[tx_]channels in efx_init_channels() Edward Cree
2020-06-30 12:14 ` [PATCH net-next 12/14] sfc: commonise efx->[rt]xq_entries initialisation Edward Cree
2020-06-30 12:15 ` [PATCH net-next 13/14] sfc: commonise initialisation of efx->vport_id Edward Cree
2020-06-30 12:15 ` [PATCH net-next 14/14] sfc: don't call tx_remove if there isn't one Edward Cree
2020-06-30 19:44 ` [PATCH net-next 00/14] sfc: prerequisites for EF100 driver, part 2 Jakub Kicinski
2020-06-30 20:09 ` 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).