]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3db4affcb3907ba030667b30e7dbfb081cd5316c
tree2864bbb21382a2b2a10882e4614272d8df1ea7d4
parent2d09dbde92c80233e811ecbde88c9ba525151abe
parentf3a062aaad192816e86188ee83ba87ea2f0ef9c4
Merge branch '10GbE' of git://git.kernel.org/pub/scm/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>