Skip to content

Commit 7d99968

Browse files
committed
Merge branch 'sfc-refactor-mcdi-filtering-code'
Alex Maftei says: ==================== sfc: refactor mcdi filtering code Splitting final bits of the driver code into different files, which will later be used in another driver for a new product. This is a continuation to my previous patch series. (three of them) Refactoring will be concluded with this series, for now. As instructed, split the renaming and moving into different patches. Removed stray spaces before tabs... twice. Minor refactoring was done with the renaming, as explained in the first patch. ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 4d94e43 + 6c77065 commit 7d99968

File tree

4 files changed

+2505
-2402
lines changed

4 files changed

+2505
-2402
lines changed

drivers/net/ethernet/sfc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sfc-y += efx.o efx_common.o efx_channels.o nic.o \
44
tx.o tx_common.o tx_tso.o rx.o rx_common.o \
55
selftest.o ethtool.o ethtool_common.o ptp.o \
66
mcdi.o mcdi_port.o mcdi_port_common.o \
7-
mcdi_functions.o mcdi_mon.o
7+
mcdi_functions.o mcdi_filters.o mcdi_mon.o
88
sfc-$(CONFIG_SFC_MTD) += mtd.o
99
sfc-$(CONFIG_SFC_SRIOV) += sriov.o siena_sriov.o ef10_sriov.o
1010

0 commit comments

Comments
 (0)