Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Apr 2022 14:03:50 +0000 (15:03 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Apr 2022 14:03:50 +0000 (15:03 +0100)
commit74edbe9edeeffbf5a57f02ac8e8665bc5dbe8ffc
tree06da4cf1723271151196ce684d3c9324d50929f8
parent8d90991e5bf7fdb9f264f5f579d18969913054b7
parente19778e6c911691856447c3bf9617f00b3e1347f
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-04-05

Maciej Fijalkowski says:

We were solving issues around AF_XDP busy poll's not-so-usual scenarios,
such as very big busy poll budgets applied to very small HW rings. This
set carries the things that were found during that work that apply to
net tree.

One thing that was fixed for all in-tree ZC drivers was missing on ice
side all the time - it's about syncing RCU before destroying XDP
resources. Next one fixes the bit that is checked in ice_xsk_wakeup and
third one avoids false setting of DD bits on Tx descriptors.
====================

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