]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sfc-vf'
authorDavid S. Miller <davem@davemloft.net>
Thu, 24 Dec 2015 03:06:39 +0000 (22:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Dec 2015 03:06:39 +0000 (22:06 -0500)
commit61ffa3da45f6a9f89f8cce472e85eff7fa0bdfcc
tree0120f4657c1121e982e996339c8a4ec6af38bdbc
parent46d1269920ea358510d10e2b1ce10c503e7ec26c
parent66d8b2f65c0946fecc15664bc424a1c0758fce63
Merge branch 'sfc-vf'

Bert Kenward says:

====================
sfc: additional virtual function support​

This introduces the client side of a mechanism to defer authorisation of
operations, for example multicast subscription. Although primarily aimed at
SRIOV VFs this can also apply to unprivileged PFs.

Also handle reboot ordering corner cases better and reduce the level of some
logging.

v2: remove #ifdef DEBUG around new WARN_ON in mcdi.c.
====================

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