Merge branch 'add-support-to-offload-macsec-using-netlink-update'
authorJakub Kicinski <kuba@kernel.org>
Fri, 13 Jan 2023 05:43:37 +0000 (21:43 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Jan 2023 05:43:38 +0000 (21:43 -0800)
Emeel Hakim says:

====================
Add support to offload macsec using netlink update

This series adds support for offloading macsec as part of the netlink
update routine, command example:

  $ ip link set link eth2 macsec0 type macsec offload mac

The above is done using the IFLA_MACSEC_OFFLOAD attribute hence
the second patch of dumping this attribute as part of the macsec
dump.
====================

Link: https://lore.kernel.org/r/20230111150210.8246-1-ehakim@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge