mbox series

[net-next,00/11] sfc: Remove Siena bits from sfc.ko

Message ID 169045436482.9625.4994454326362709391.stgit@palantir17.mph.net (mailing list archive)
Headers show
Series sfc: Remove Siena bits from sfc.ko | expand

Message

Martin Habets July 27, 2023, 10:40 a.m. UTC
Last year we split off Siena into it's own driver under directory siena.
This patch series removes the now unused Falcon and Siena code from sfc.ko.
No functional changes are intended.

---

Martin Habets (11):
      sfc: Remove falcon references
      sfc: Remove siena_nic_data and stats
      sfc: Remove support for siena high priority queue
      sfc: Remove EFX_REV_SIENA_A0
      sfc: Remove PTP code for Siena
      sfc: Remove some NIC type indirections that are no longer needed
      sfc: Filter cleanups for Falcon and Siena
      sfc: Remove struct efx_special_buffer
      sfc: Miscellaneous comment removals
      sfc: Cleanups in io.h
      sfc: Remove vfdi.h


 drivers/net/ethernet/sfc/ef10.c             |    4 
 drivers/net/ethernet/sfc/ef100_nic.c        |    2 
 drivers/net/ethernet/sfc/ef100_tx.c         |    6 
 drivers/net/ethernet/sfc/ef10_sriov.h       |    2 
 drivers/net/ethernet/sfc/efx.c              |    1 
 drivers/net/ethernet/sfc/efx.h              |    2 
 drivers/net/ethernet/sfc/efx_channels.c     |   30 
 drivers/net/ethernet/sfc/efx_common.c       |    7 
 drivers/net/ethernet/sfc/farch_regs.h       | 2929 ---------------------------
 drivers/net/ethernet/sfc/filter.h           |    7 
 drivers/net/ethernet/sfc/io.h               |   84 -
 drivers/net/ethernet/sfc/mcdi.c             |    7 
 drivers/net/ethernet/sfc/mcdi_functions.c   |   24 
 drivers/net/ethernet/sfc/mcdi_port_common.c |    5 
 drivers/net/ethernet/sfc/net_driver.h       |   63 -
 drivers/net/ethernet/sfc/nic.c              |  158 -
 drivers/net/ethernet/sfc/nic.h              |  178 --
 drivers/net/ethernet/sfc/nic_common.h       |   13 
 drivers/net/ethernet/sfc/ptp.c              |  227 --
 drivers/net/ethernet/sfc/selftest.c         |    7 
 drivers/net/ethernet/sfc/tx.c               |   45 
 drivers/net/ethernet/sfc/tx_tso.c           |    2 
 drivers/net/ethernet/sfc/vfdi.h             |  252 --
 drivers/net/ethernet/sfc/workarounds.h      |    7 
 24 files changed, 42 insertions(+), 4020 deletions(-)
 delete mode 100644 drivers/net/ethernet/sfc/farch_regs.h
 delete mode 100644 drivers/net/ethernet/sfc/vfdi.h

--
Martin Habets <habetsm.xilinx@gmail.com>

Comments

patchwork-bot+netdevbpf@kernel.org July 28, 2023, 9 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 27 Jul 2023 11:40:37 +0100 you wrote:
> Last year we split off Siena into it's own driver under directory siena.
> This patch series removes the now unused Falcon and Siena code from sfc.ko.
> No functional changes are intended.
> 
> ---
> 
> Martin Habets (11):
>       sfc: Remove falcon references
>       sfc: Remove siena_nic_data and stats
>       sfc: Remove support for siena high priority queue
>       sfc: Remove EFX_REV_SIENA_A0
>       sfc: Remove PTP code for Siena
>       sfc: Remove some NIC type indirections that are no longer needed
>       sfc: Filter cleanups for Falcon and Siena
>       sfc: Remove struct efx_special_buffer
>       sfc: Miscellaneous comment removals
>       sfc: Cleanups in io.h
>       sfc: Remove vfdi.h
> 
> [...]

Here is the summary with links:
  - [net-next,01/11] sfc: Remove falcon references
    https://git.kernel.org/netdev/net-next/c/806521bc48aa
  - [net-next,02/11] sfc: Remove siena_nic_data and stats
    https://git.kernel.org/netdev/net-next/c/e714e5b24413
  - [net-next,03/11] sfc: Remove support for siena high priority queue
    https://git.kernel.org/netdev/net-next/c/f294c1f7bfbd
  - [net-next,04/11] sfc: Remove EFX_REV_SIENA_A0
    https://git.kernel.org/netdev/net-next/c/958d58bb9940
  - [net-next,05/11] sfc: Remove PTP code for Siena
    https://git.kernel.org/netdev/net-next/c/1c145a5dc370
  - [net-next,06/11] sfc: Remove some NIC type indirections that are no longer needed
    https://git.kernel.org/netdev/net-next/c/a623b3a58a85
  - [net-next,07/11] sfc: Filter cleanups for Falcon and Siena
    https://git.kernel.org/netdev/net-next/c/a847431c5ba5
  - [net-next,08/11] sfc: Remove struct efx_special_buffer
    https://git.kernel.org/netdev/net-next/c/d73e77153b4d
  - [net-next,09/11] sfc: Miscellaneous comment removals
    https://git.kernel.org/netdev/net-next/c/ae9d445cd41f
  - [net-next,10/11] sfc: Cleanups in io.h
    https://git.kernel.org/netdev/net-next/c/b0d1fe9bcdc6
  - [net-next,11/11] sfc: Remove vfdi.h
    https://git.kernel.org/netdev/net-next/c/3771c878b460

You are awesome, thank you!