]> 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)
commitbb97bfc992d09a5b344d2ed632b0c1615d9eb0c5
tree0e9b0af7be498ae9e32d19eedf3417de0a7a01f7
parent9f1913e441cf9a29e2aad8156377ba2d39f5db28
parentcc0024470c6d1f1d3cc0c75ba9f6d74499a15928
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>