]> www.infradead.org Git - users/hch/misc.git/commitdiff
Merge branch 'gve-xdp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Dec 2024 12:49:42 +0000 (12:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Dec 2024 12:49:42 +0000 (12:49 +0000)
Joshua Washington says:

====================
gve: various XDP fixes

This patch series contains the following XDP fixes:
 - clean up XDP tx queue when stopping rings
 - use RCU synchronization to guard existence of XDP queues
 - perform XSK TX as part of RX NAPI to fix busy polling
 - fix XDP allocation issues when non-XDP configurations occur
====================

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

Trivial merge