Message ID | 20211024184238.409589-1-jeroendb@google.com (mailing list archive) |
---|---|
Headers | show |
Series | gve: Add jumbo-frame support for GQ | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Sun, 24 Oct 2021 11:42:35 -0700 you wrote: > This patchset introduces jumbo-frame support for the GQ queue format. > The device already supports jumbo-frames on TX. This introduces > multi-descriptor RX packets using a packet continuation bit. > > A widely deployed driver has a bug with causes it to fail to load > when a MTU greater than 2048 bytes is configured. A jumbo-frame device > option is introduced to pass a jumbo-frame MTU only to drivers that > support it. > > [...] Here is the summary with links: - [net-next,1/3] gve: Add RX context. https://git.kernel.org/netdev/net-next/c/1344e751e910 - [net-next,2/3] gve: Implement packet continuation for RX. https://git.kernel.org/netdev/net-next/c/37149e9374bf - [net-next,3/3] gve: Add a jumbo-frame device option. https://git.kernel.org/netdev/net-next/c/255489f5b33c You are awesome, thank you!