Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorDavid S. Miller <davem@davemloft.net>
Wed, 14 Feb 2024 10:37:33 +0000 (10:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Feb 2024 10:37:33 +0000 (10:37 +0000)
commitd9a31cdab78932d9565d41812142dd1d415fc813
tree409163e50a6bad1474f3930a453e2e1ef0689fab
parent858b31133dbec88465bcc0a006f4dc43173662b8
parent6ed8187bb36c14f5ea91be0bf20117379df2d25a
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-02-12 (i40e)

This series contains updates to i40e driver only.

Ivan Vecera corrects the looping value used while waiting for queues to
be disabled as well as an incorrect mask being used for DCB
configuration.

Maciej resolves an issue related to XDP traffic; removing a double call to
i40e_pf_rxq_wait() and accounting for XDP rings when stopping rings.
====================

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