Skip to content

Commit

Permalink
Merge branch 'liquidio-CN23XX-VF-support'
Browse files Browse the repository at this point in the history
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 <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Nov 16, 2016
2 parents 3418c68 + 97a2532 commit ceb980b
Show file tree
Hide file tree
Showing 33 changed files with 1,687 additions and 798 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/cavium/liquidio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ liquidio-$(CONFIG_LIQUIDIO) += lio_ethtool.o \
cn66xx_device.o \
cn68xx_device.o \
cn23xx_pf_device.o \
octeon_mailbox.o \
octeon_mem_ops.o \
octeon_droq.o \
octeon_nic.o
Expand Down
Loading

0 comments on commit ceb980b

Please sign in to comment.