]> 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>
Wed, 11 Sep 2019 23:05:52 +0000 (00:05 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Sep 2019 23:05:52 +0000 (00:05 +0100)
commit609fc69f77d7930f7aba331ea2191665f76083c7
tree0e9b0af7be498ae9e32d19eedf3417de0a7a01f7
parent04bc223f2fc2d649e40cf02731290ede28c63cb8
parenta73983e0b1ea0506f666e20e73de6e41d2633ccd
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2019-09-11

This series contains fixes to ixgbe.

Alex fixes up the adaptive ITR scheme for ixgbe which could result in a
value that was either 0 or something less than 10 which was causing
issues with hardware features, like RSC, that do not function well with
ITR values that low.

Ilya Maximets fixes the ixgbe driver to limit the number of transmit
descriptors to clean by the number of transmit descriptors used in the
transmit ring, so that the driver does not try to "double" clean the
same descriptors.
====================

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