Message ID | 20240313183759.87923-1-ignat@cloudflare.com (mailing list archive) |
---|---|
Headers | show |
Series | net: veth: ability to toggle GRO and XDP independently | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 13 Mar 2024 19:37:57 +0100 you wrote: > It is rather confusing that GRO is automatically enabled, when an XDP program > is attached to a veth interface. Moreover, it is not possible to disable GRO > on a veth, if an XDP program is attached (which might be desirable in some use > cases). > > Make GRO and XDP independent for a veth interface. udpgro_fwd > > [...] Here is the summary with links: - [net,v3,1/2] net: veth: do not manipulate GRO when using XDP https://git.kernel.org/netdev/net/c/d7db7775ea2e - [net,v3,2/2] selftests: net: veth: test the ability to independently manipulate GRO and XDP https://git.kernel.org/netdev/net/c/ba5a6476e386 You are awesome, thank you!