From: Jakub Kicinski Date: Mon, 11 Nov 2024 22:12:23 +0000 (-0800) Subject: Merge branch 'macsec-inherit-lower-device-s-features-and-tso-limits-when-offloading' X-Git-Tag: v6.13-rc1~135^2~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f95a392ed43c864578ec21aafd90d835ba5ef3af;p=thirdparty%2Flinux.git Merge branch 'macsec-inherit-lower-device-s-features-and-tso-limits-when-offloading' Sabrina Dubroca says: ==================== macsec: inherit lower device's features and TSO limits when offloading 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. This series also moves the existing macsec offload selftest to the netdevsim selftests before adding tests for the new features. To allow this new selftest to work, netdevsim's hw_features are expanded. ==================== Link: https://patch.msgid.link/cover.1730929545.git.sd@queasysnail.net Signed-off-by: Jakub Kicinski --- f95a392ed43c864578ec21aafd90d835ba5ef3af