mbox series

[net-next,0/4] A pile of sfc deadcode

Message ID 20241102151625.39535-1-linux@treblig.org (mailing list archive)
Headers show
Series A pile of sfc deadcode | expand

Message

Dr. David Alan Gilbert Nov. 2, 2024, 3:16 p.m. UTC
From: "Dr. David Alan Gilbert" <linux@treblig.org>

This is a collection of deadcode removal in the sfc
drivers;  the split is vaguely where I found them in
the tree, with some left over.

This has been build tested and booted on an x86 VM,
but I fon't have the hardware to test; however
it's all full function removal.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>


Dr. David Alan Gilbert (4):
  sfc: Remove falcon deadcode
  sfc: Remove unused efx_mae_mport_vf
  sfc: Remove unused mcdi functions
  sfc: Remove more unused functions

 drivers/net/ethernet/sfc/efx.c          |  8 ---
 drivers/net/ethernet/sfc/efx.h          |  1 -
 drivers/net/ethernet/sfc/efx_common.c   | 16 ------
 drivers/net/ethernet/sfc/efx_common.h   |  1 -
 drivers/net/ethernet/sfc/falcon/efx.c   |  8 ---
 drivers/net/ethernet/sfc/falcon/efx.h   |  1 -
 drivers/net/ethernet/sfc/falcon/farch.c | 22 -------
 drivers/net/ethernet/sfc/falcon/nic.c   | 11 ----
 drivers/net/ethernet/sfc/falcon/nic.h   |  5 --
 drivers/net/ethernet/sfc/falcon/tx.c    |  8 ---
 drivers/net/ethernet/sfc/falcon/tx.h    |  3 -
 drivers/net/ethernet/sfc/mae.c          | 11 ----
 drivers/net/ethernet/sfc/mae.h          |  1 -
 drivers/net/ethernet/sfc/mcdi.c         | 76 -------------------------
 drivers/net/ethernet/sfc/mcdi.h         | 10 ----
 drivers/net/ethernet/sfc/ptp.c          |  5 --
 drivers/net/ethernet/sfc/ptp.h          |  1 -
 drivers/net/ethernet/sfc/tx.c           |  8 ---
 drivers/net/ethernet/sfc/tx.h           |  3 -
 19 files changed, 199 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 6, 2024, 1:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat,  2 Nov 2024 15:16:21 +0000 you wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> This is a collection of deadcode removal in the sfc
> drivers;  the split is vaguely where I found them in
> the tree, with some left over.
> 
> This has been build tested and booted on an x86 VM,
> but I fon't have the hardware to test; however
> it's all full function removal.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] sfc: Remove falcon deadcode
    https://git.kernel.org/netdev/net-next/c/cc4914d90479
  - [net-next,2/4] sfc: Remove unused efx_mae_mport_vf
    https://git.kernel.org/netdev/net-next/c/70e58249a646
  - [net-next,3/4] sfc: Remove unused mcdi functions
    https://git.kernel.org/netdev/net-next/c/5254fdfc746a
  - [net-next,4/4] sfc: Remove more unused functions
    https://git.kernel.org/netdev/net-next/c/d3e80070b5b4

You are awesome, thank you!