]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1f28e95f03ff9a8c600fec18654cfdc33445fb55
tree046ca207b850a978178bf0d0b6e11ca48c9d63b8
parent412057b3805e82227d8c7d2e1c04d0c98cd01112
parent97332b654f4163cf77e341c47a8308551d8fa3e2
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 bf4c7d9 "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>