Merge branch 'make-sfc-siena-ko-specific-to-siena'
authorJakub Kicinski <kuba@kernel.org>
Thu, 12 May 2022 23:49:32 +0000 (16:49 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 May 2022 23:49:33 +0000 (16:49 -0700)
commit0c1822d9072538cf8e10dc0ab08842700e717d8e
treeaa5b2c9ee63eae0e672206c2af0c8bbcdc07b8da
parent75db72de1f744f8fe1e4eb8da4c305741d02c52f
parentc374303969eac5639bd9230f1c7e7390cb92cc8e
Merge branch 'make-sfc-siena-ko-specific-to-siena'

Martin Habets says:

====================
Make sfc-siena.ko specific to Siena

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.
====================

Link: https://lore.kernel.org/r/165228589518.696.7119477411428288875.stgit@palantir17.mph.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>