From: David Ahern Date: Sun, 26 Apr 2020 18:32:20 +0000 (+0000) Subject: Merge branch 'macsec-offload' into next X-Git-Tag: v5.8.0~38^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f1075c2144c84cee8bafad34fbc44fbb10406c;p=thirdparty%2Fiproute2.git Merge branch 'macsec-offload' into next Igor Russkikh says: ==================== From: Mark Starovoytov This series adds support for selecting the offloading mode of a MACsec interface at link creation time. Available modes are for now 'off', 'phy' and 'mac', 'off' being the default when an interface is created. First patch adds support for MAC offloading. Last patch allows a user to change the offloading mode at runtime through a new attribute, `ip link add link ... offload`: # ip link add link enp1s0 type macsec encrypt on offload off # ip link add link enp1s0 type macsec encrypt on offload phy # ip link add link enp1s0 type macsec encrypt on offload mac ==================== Signed-off-by: David Ahern --- 60f1075c2144c84cee8bafad34fbc44fbb10406c