]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit77877251691b1870a9fdb72b7ca577f5983af46d
tree06da4cf1723271151196ce684d3c9324d50929f8
parent256916d108e78352d8ba04cf702d7567a021cc60
parent950c2af4a769d816cbd7c726bd38d740898163c9
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>