Skip to content

Commit ceb980b

Browse files
committed
Merge branch 'liquidio-CN23XX-VF-support'
Raghu Vatsavayi says: ==================== liquidio CN23XX VF support Following is the V6 patch series for adding VF support on CN23XX devices. This version addressed: 1) Your concern for ordering of local variable declarations from longest to shortest line. 2) Removed module parameters max_vfs, num_queues_per_{p,v}f. 3) Minor changes for fixing new checkpatch script related errors on pre-existing driver. 4) Fixed compilation issues when CONFIG_PCI_IOV/CONFIG_PCI_ATS options are disabled. 5) Modified qualifiers for printing mac addresses with pM format. I will post remaining VF patches soon after this patchseries is applied. Please apply patches in the following order as some of the patches depend on earlier patches. ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 3418c68 + 97a2532 commit ceb980b

33 files changed

+1687
-798
lines changed

drivers/net/ethernet/cavium/liquidio/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ liquidio-$(CONFIG_LIQUIDIO) += lio_ethtool.o \
1111
cn66xx_device.o \
1212
cn68xx_device.o \
1313
cn23xx_pf_device.o \
14+
octeon_mailbox.o \
1415
octeon_mem_ops.o \
1516
octeon_droq.o \
1617
octeon_nic.o

0 commit comments

Comments
 (0)