Message ID | cover.1730929545.git.sd@queasysnail.net (mailing list archive) |
---|---|
Headers | show |
Series | macsec: inherit lower device's features and TSO limits when offloading | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 7 Nov 2024 00:13:26 +0100 you wrote: > When macsec is offloaded to a NIC, we can take advantage of some of > its features, mainly TSO and checksumming. This increases performance > significantly. Some features cannot be inherited, because they require > additional ops that aren't provided by the macsec netdevice. > > We also need to inherit TSO limits from the lower device, like > VLAN/macvlan devices do. > > [...] Here is the summary with links: - [net-next,1/8] netdevsim: add more hw_features https://git.kernel.org/netdev/net-next/c/494bd83bb519 - [net-next,2/8] selftests: netdevsim: add a test checking ethtool features https://git.kernel.org/netdev/net-next/c/0189270117c3 - [net-next,3/8] macsec: add some of the lower device's features when offloading https://git.kernel.org/netdev/net-next/c/bd97c29f7e9e - [net-next,4/8] macsec: clean up local variables in macsec_notify https://git.kernel.org/netdev/net-next/c/f29d24a2106a - [net-next,5/8] macsec: inherit lower device's TSO limits when offloading https://git.kernel.org/netdev/net-next/c/de187a390838 - [net-next,6/8] selftests: move macsec offload tests from net/rtnetlink to drivers/net/netdvesim https://git.kernel.org/netdev/net-next/c/415b7cef1c73 - [net-next,7/8] selftests: netdevsim: add test toggling macsec offload https://git.kernel.org/netdev/net-next/c/29084ea5d0e8 - [net-next,8/8] selftests: netdevsim: add ethtool features to macsec offload tests https://git.kernel.org/netdev/net-next/c/0f8800eb67ae You are awesome, thank you!