]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'liquidio-CN23XX-VF-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 03:24:42 +0000 (22:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 03:24:42 +0000 (22:24 -0500)
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>

Trivial merge