Merge branch 'mlx4-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Mar 2014 20:19:41 +0000 (16:19 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Mar 2014 20:19:41 +0000 (16:19 -0400)
commit45ba5973c19fc1cd593ae249fda45c3f2badc6ef
tree046ca207b850a978178bf0d0b6e11ca48c9d63b8
parent8798998c2cdbc0df3c64e8845c1502ed93ef1ebd
parentdd41cc3bb90efd455df514899a5d3cf245182eb1
Merge branch 'mlx4-next'

Or Gerlitz says:

====================
mlx4: Add support for single port VFs

The mlx4 Firmware && driver expose both ports of the device through one PCI function.

This can be non-optimal under virtualization schemes where the admin
would like the VF to expose one interface to the VM, etc.

This series from Matan Barak adds support for single ported VFs.

Since all the VF interaction with the firmware passes through the PF
 driver, we can emulate to the VF they have one port, and further create
a set of the VFs which act on port1 of the device and another set which
acts on port2.

Series done against net-next commit 3ab428a "netfilter: Add missing
vmalloc.h include to nft_hash.c"

Roland, we send this through netdev, but if you have comments, will love
to hear them.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>