Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 14 Feb 2025 14:43:59 -0800 you wrote:
From: Joshua Washington joshwash@google.com
Before this patch the NETDEV_XDP_ACT_NDO_XMIT XDP feature flag is set by default as part of driver initialization, and is never cleared. However, this flag differs from others in that it is used as an indicator for whether the driver is ready to perform the ndo_xdp_xmit operation as part of an XDP_REDIRECT. Kernel helpers xdp_features_(set|clear)_redirect_target exist to convey this meaning.
[...]
Here is the summary with links: - [net] gve: set xdp redirect target only when it is available https://git.kernel.org/netdev/net/c/415cadd50546
You are awesome, thank you!