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)
commit13d5231cc062fd037b2464d3595351d328d1cdf7
tree0e9b0af7be498ae9e32d19eedf3417de0a7a01f7
parentaf38d07ed391b21f7405fa1f936ca9686787d6d2
parentbf280c0387ebbf8eebad1036fca8f7b85ebfde32
Merge branch '10GbE' of git://git./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>