mbox series

[net-next,0/6] : Make sfc-siena.ko specific to Siena

Message ID 165228589518.696.7119477411428288875.stgit@palantir17.mph.net (mailing list archive)
Headers show
Series : Make sfc-siena.ko specific to Siena | expand

Message

Martin Habets May 11, 2022, 4:19 p.m. UTC
This series is a follow-up to the one titled "Move Siena into
a separate subdirectory".
It enhances the new sfc-siena.ko module to differentiate it from sfc.ko.

	Patches

Patches 1-5 create separate Kconfig options for Siena, and adjusts the
various names used for work items and directories.
Patch 6 reinstates SRIOV functionality in sfc-siena.ko.

	Testing

Various build tests were done such as allyesconfig, W=1 and sparse.
The new sfc-siena.ko and sfc.ko modules were tested on a machine with NICs
for both modules in them.
Inserting the updated sfc.ko and the new sfc-siena.ko modules at the same
time works, and no work items and directories exist with the same name.

Martin
---

Martin Habets (6):
      siena: Make MTD support specific for Siena
      siena: Make SRIOV support specific for Siena
      siena: Make HWMON support specific for Siena
      sfc/siena: Make MCDI logging support specific for Siena
      sfc/siena: Make PTP and reset support specific for Siena
      sfc/siena: Reinstate SRIOV init/fini function calls


 drivers/net/ethernet/sfc/siena/Kconfig        |   33 +++++++++++++++++++++++++
 drivers/net/ethernet/sfc/siena/Makefile       |    4 ++-
 drivers/net/ethernet/sfc/siena/efx.c          |   28 +++++++++++++++++----
 drivers/net/ethernet/sfc/siena/efx.h          |    4 ++-
 drivers/net/ethernet/sfc/siena/efx_channels.c |    4 ++-
 drivers/net/ethernet/sfc/siena/efx_common.c   |    8 +++---
 drivers/net/ethernet/sfc/siena/efx_common.h   |    2 +-
 drivers/net/ethernet/sfc/siena/farch.c        |   18 +++++++-------
 drivers/net/ethernet/sfc/siena/mcdi.c         |   27 +++++++++++---------
 drivers/net/ethernet/sfc/siena/mcdi.h         |   10 ++++----
 drivers/net/ethernet/sfc/siena/mcdi_mon.c     |    4 ++-
 drivers/net/ethernet/sfc/siena/net_driver.h   |    6 ++---
 drivers/net/ethernet/sfc/siena/nic.h          |    2 +-
 drivers/net/ethernet/sfc/siena/ptp.c          |    7 +++--
 drivers/net/ethernet/sfc/siena/siena.c        |   10 ++++----
 drivers/net/ethernet/sfc/siena/siena_sriov.h  |    9 +++++--
 drivers/net/ethernet/sfc/siena/sriov.h        |    4 ++-
 17 files changed, 117 insertions(+), 63 deletions(-)

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

Comments

patchwork-bot+netdevbpf@kernel.org May 13, 2022, 12:10 a.m. UTC | #1
Hello:

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

On Wed, 11 May 2022 17:19:12 +0100 you wrote:
> This series is a follow-up to the one titled "Move Siena into
> a separate subdirectory".
> It enhances the new sfc-siena.ko module to differentiate it from sfc.ko.
> 
> 	Patches
> 
> Patches 1-5 create separate Kconfig options for Siena, and adjusts the
> various names used for work items and directories.
> Patch 6 reinstates SRIOV functionality in sfc-siena.ko.
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] siena: Make MTD support specific for Siena
    https://git.kernel.org/netdev/net-next/c/65d4b471b3cf
  - [net-next,2/6] siena: Make SRIOV support specific for Siena
    https://git.kernel.org/netdev/net-next/c/dfb1cfbd497e
  - [net-next,3/6] siena: Make HWMON support specific for Siena
    https://git.kernel.org/netdev/net-next/c/f62a074525de
  - [net-next,4/6] sfc/siena: Make MCDI logging support specific for Siena
    https://git.kernel.org/netdev/net-next/c/58b6b3d5379d
  - [net-next,5/6] sfc/siena: Make PTP and reset support specific for Siena
    https://git.kernel.org/netdev/net-next/c/ef9b5770945d
  - [net-next,6/6] sfc/siena: Reinstate SRIOV init/fini function calls
    https://git.kernel.org/netdev/net-next/c/c374303969ea

You are awesome, thank you!