Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Mar 2017 17:29:49 +0000 (09:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Mar 2017 17:29:49 +0000 (09:29 -0800)
commitf7bb3d86a64775e0a7636d211dbd80cbeea6e618
tree2864bbb21382a2b2a10882e4614272d8df1ea7d4
parent9f674e48c13dcbc31ac903433727837795b81efe
parentc74042f3b3ca982652af99cad85252a2655c6064
Merge branch '10GbE' of git://git./linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2017-03-02

This series contains fixes to ixgbe only.

Paolo fixes the driver so that you can actually update the RSS key value
via ethtool.

Alex fixes an issue on architectures that have a cache line size larger
than 64 Bytes, where the amount of headroom for the frame starts
shrinking.  To take this into account, Alex adds one small check so that
we compare the max_frame to the amount of actual data we can store, so
we will automatically enable 3K receive buffers as soon as the maximum
frame size we can handle drops below the standard Ethernet MTU.
====================

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