Message ID | 165111298464.21042.9988060027860048966.stgit@palantir17.mph.net (mailing list archive) |
---|---|
Headers | show |
Series | : Move Siena into a separate subdirectory | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Thu, 28 Apr 2022 03:30:30 +0100 you wrote: > The Siena NICs (SFN5000 and SFN6000 series) went EOL in November 2021. > Most of these adapters have been remove from our test labs, and testing > has been reduced to a minimum. > > This patch series creates a separate kernel module for the Siena architecture, > analogous to what was done for Falcon some years ago. > This reduces our maintenance for the sfc.ko module, and allows us to > enhance the EF10 and EF100 drivers without the risk of breaking Siena NICs. > > [...] Here is the summary with links: - [net-next,v2,01/13] sfc: Disable Siena support (no matching commit) - [net-next,v2,02/13] sfc: Move Siena specific files https://git.kernel.org/netdev/net-next/c/be5fd933f8c1 - [net-next,v2,03/13] sfc: Copy shared files needed for Siena (part 1) https://git.kernel.org/netdev/net-next/c/be5fd933f8c1 - [net-next,v2,04/13] sfc: Copy shared files needed for Siena (part 2) https://git.kernel.org/netdev/net-next/c/be5fd933f8c1 - [net-next,v2,05/13] sfc: Copy a subset of mcdi_pcol.h to siena (no matching commit) - [net-next,v2,06/13] sfc/siena: Remove build references to missing functionality (no matching commit) - [net-next,v2,07/13] sfc/siena: Rename functions in efx headers to avoid conflicts with sfc (no matching commit) - [net-next,v2,08/13] sfc/siena: Rename RX/TX functions to avoid conflicts with sfc (no matching commit) - [net-next,v2,09/13] sfc/siena: Rename peripheral functions to avoid conflicts with sfc (no matching commit) - [net-next,v2,10/13] sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfc (no matching commit) - [net-next,v2,11/13] sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfc (no matching commit) - [net-next,v2,12/13] sfc/siena: Inline functions in sriov.h to avoid conflicts with sfc (no matching commit) - [net-next,v2,13/13] sfc: Add a basic Siena module (no matching commit) You are awesome, thank you!
On Thu, 28 Apr 2022 03:30:30 +0100 Martin Habets wrote: > 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 both > these NICs in them, and several tests were run on both drivers. Does not build for the build bot, or when I try on my system. (Ignore the pw-bot reply, BTW, the patches were never merged.)
On Thu, Apr 28, 2022 at 02:17:42PM -0700, Jakub Kicinski wrote: > On Thu, 28 Apr 2022 03:30:30 +0100 Martin Habets wrote: > > 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 both > > these NICs in them, and several tests were run on both drivers. > > Does not build for the build bot, or when I try on my system. Sorry, I posted the wrong version. The issues are from the rebase I did. > (Ignore the pw-bot reply, BTW, the patches were never merged.) Bots can be eager :)