[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0a44a226-0890-c856-58dd-b16e8b83c9dc@gmail.com>
Date: Sun, 26 Apr 2020 12:33:14 -0600
From: David Ahern <dsahern@...il.com>
To: Igor Russkikh <irusskikh@...vell.com>, netdev@...r.kernel.org
Cc: dsahern@...il.com, stephen@...workplumber.org,
Mark Starovoytov <mstarovoitov@...vell.com>
Subject: Re: [PATCH iproute2-next 0/2] macsec: add offloading support
On 4/24/20 2:38 AM, Igor Russkikh wrote:
> From: Mark Starovoytov <mstarovoitov@...vell.com>
>
> 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
>
> Mark Starovoytov (2):
> macsec: add support for MAC offload
> macsec: add support for specifying offload at link add time
>
> ip/ipmacsec.c | 23 ++++++++++++++++++++++-
> man/man8/ip-macsec.8 | 10 ++++++++--
> 2 files changed, 30 insertions(+), 3 deletions(-)
>
applied to iproute2-next. Thanks
Powered by blists - more mailing lists