Message ID | ac6fb684-c00e-449c-92c3-99358a927ade@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: gro: reduce extension header parsing overhead | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 3 Jan 2024 15:36:41 +0100 you wrote: > This series attempts to reduce the parsing overhead of IPv6 extension > headers in GRO and GSO, by removing extension header specific code and > enabling the frag0 fast path. > > The following changes were made: > - Removed some unnecessary HBH conditionals by adding HBH offload > to inet6_offloads > - Added a utility function to support frag0 fast path in ipv6_gro_receive > - Added selftests for IPv6 packets with extension headers in GRO > > [...] Here is the summary with links: - [net-next,v3,1/3] net: gso: add HBH extension header offload support https://git.kernel.org/netdev/net-next/c/f2e3fc2158e6 - [net-next,v3,2/3] net: gro: parse ipv6 ext headers without frag0 invalidation https://git.kernel.org/netdev/net-next/c/dff0b0161ad5 - [net-next,v3,3/3] selftests/net: fix GRO coalesce test and add ext header coalesce tests https://git.kernel.org/netdev/net-next/c/4e321d590cec You are awesome, thank you!