Netdev List
 help / color / mirror / Atom feed
* [net 0/2][pull request] Intel Wired LAN Driver Updates 2019-09-11
@ 2019-09-11 16:49 Jeff Kirsher
  2019-09-11 16:49 ` [net 1/2] ixgbe: Prevent u8 wrapping of ITR value to something less than 10us Jeff Kirsher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Kirsher @ 2019-09-11 16:49 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

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. 

The following are changes since commit f4b752a6b2708bfdf7fbe8a241082c8104f4ce05:
  mlx4: fix spelling mistake "veify" -> "verify"
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 10GbE

Alexander Duyck (1):
  ixgbe: Prevent u8 wrapping of ITR value to something less than 10us

Ilya Maximets (1):
  ixgbe: fix double clean of Tx descriptors with xdp

 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  4 ++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c  | 29 +++++++------------
 2 files changed, 14 insertions(+), 19 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-11 23:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-11 16:49 [net 0/2][pull request] Intel Wired LAN Driver Updates 2019-09-11 Jeff Kirsher
2019-09-11 16:49 ` [net 1/2] ixgbe: Prevent u8 wrapping of ITR value to something less than 10us Jeff Kirsher
2019-09-11 16:49 ` [net 2/2] ixgbe: fix double clean of Tx descriptors with xdp Jeff Kirsher
2019-09-11 23:08 ` [net 0/2][pull request] Intel Wired LAN Driver Updates 2019-09-11 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox