]> www.infradead.org Git - users/dwmw2/linux.git/commit
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)
commitcc54ec56d822d4e4bfe16b6d1d85e8122fad1f67
tree51e2d1b9377754b42e9d61c1195e8da6904e9e64
parentb6075c80537558b16ff72861af4c0539c375e11b
parentde63ac44a527b2c5067551dbd70d939fe151325a
Merge branch 'gve-xdp-fixes'

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>