]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 Apr 2015 01:36:57 +0000 (21:36 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Apr 2015 01:36:57 +0000 (21:36 -0400)
commit559d723ea77a1f53fffaa5a77b9b0d6328a115b9
treec7b60221e87d0b9c7ce5036d3d7fa1376261dc24
parent40f7371abb27f8ca335de5e67d0dae75d9e232eb
parent4c43ecc90b5d7f181662f9eb8498591f26b12310
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2015-04-11

This series contains updates to iflink, ixgbe and ixgbevf.

The entire set of changes come from Vlad Zolotarov to ultimately add
the ethtool ops to VF driver to allow querying the RSS indirection table
and RSS random key.

Currently we support only 82599 and x540 devices.  On those devices, VFs
share the RSS redirection table and hash key with a PF.  Letting the VF
query this information may introduce some security risks, therefore this
feature will be disabled by default.

The new netdev op allows a system administrator to change the default
behaviour with "ip link set" command.  The relevant iproute2 patch has
already been sent and awaits for this series upstream.
====================

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