]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'be2net-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2015 20:58:48 +0000 (15:58 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2015 20:58:48 +0000 (15:58 -0500)
commit820c0a7330504964da281243e29484f801ea66e9
tree797e46c5813a3febb4fef0323faf9a43472485be
parentfdb36629846cbf02940c0213c4d39e5bb38a9f5b
parentbb8bce86bb99fc15e38f2b1d39d53ff8d290d521
Merge branch 'be2net-next'

Sathya Perla says:

====================
be2net: patch set

Hi Dave, the following patch set includes three feature additions relating
to SR-IOV to be2net.

Patch 1 avoid creating a non-RSS default RXQ when FW allows it.
This prevents wasting one RXQ for each VF.

Patch 2 adds support for evenly distributing all queue & filter resources
across VFs. The FW informs the driver as to which resources are distributable.

Patch 3 implements the sriov_configure PCI method to allow runtime
enablement of VFs via sysfs.

Pls consider applying this patch-set to the net-next tree. Thanks!
====================

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