Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 20 Dec 2024 19:28:06 -0800 you wrote:
From: Joshua Washington joshwash@google.com
Commit ba0925c34e0f ("gve: process XSK TX descriptors as part of RX NAPI") moved XSK TX processing to be part of the RX NAPI. However, that commit did not include triggering the RX NAPI in gve_xsk_wakeup. This is necessary because the TX NAPI only processes TX completions, meaning that a TX wakeup would not actually trigger XSK descriptor processing. Also, the branch on XDP_WAKEUP_TX was supposed to have been removed, as the NAPI should be scheduled whether the wakeup is for RX or TX.
[...]
Here is the summary with links: - [net] gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeup https://git.kernel.org/netdev/net/c/fb3a9a1165ce
You are awesome, thank you!