]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sfc-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2015 16:21:36 +0000 (12:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2015 16:21:36 +0000 (12:21 -0400)
commit8c0a1f8ae829247223f1ef3bd57e29ae6245c40c
tree1737bf6dab3e63e03ae20e0f7b81b3d105b4c6a1
parentf075306e32f358161c6197551121bbb478d3567c
parent32ba3a2adc5af8609c3a6c010bf732d0224121fb
Merge branch 'sfc-next'

Shradha Shah says:

====================
sfc: Nic specific sriov functions, netdev_ops and sriov_configure

First two patches among the series of patches to support SRIOV on EF10.

First patch declares nic specific sriov functions in nic specific headers,
creates only one instance of the netdev_ops, removes sriov functionality
from Falcon code.

Second patch adds support for sriov_configure.

The Virtual Functions can be enabled but they do not bind to the SFC
driver just yet.
====================

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