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)
commitceb980bc2c29dc0fafe6f108395626c6c46d5d55
treefec666326abb74ae10b3497cf185402bdd88f4c6
parent3418c6810ec01c0e548d75203c88fb4d6a49a22a
parent97a2532660c41118ba7bf9ddc11f6cb233fd6234
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 <davem@davemloft.net>