netdevsim: add dummy macsec offload
authorSabrina Dubroca <sd@queasysnail.net>
Thu, 13 Jul 2023 13:20:23 +0000 (15:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Jul 2023 08:16:53 +0000 (09:16 +0100)
commit02b34d03a24b18970925cf57434be28ba4a29d3a
tree64156c2bb958098e04850d9dad2e0c4d0e067272
parent633d76ad01ad0321a1ace3e5cc4fed06753d7ac4
netdevsim: add dummy macsec offload

When the kernel is compiled with MACsec support, add the
NETIF_F_HW_MACSEC feature to netdevsim devices and implement
macsec_ops.

To allow easy testing of failure from the device, support is limited
to 3 SecY's per netdevsim device, and 1 RXSC per SecY.

v2:
 - nsim_macsec_add_secy, return -ENOSPC if secy_count isn't full but
   we can't find an empty slot (Simon Horman)
 - add sci_to_cpu to make sparse happy (Simon Horman)
 - remove set but not used secy variable (kernel test robot and
   Simon Horman)

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netdevsim/Makefile
drivers/net/netdevsim/macsec.c [new file with mode: 0644]
drivers/net/netdevsim/netdev.c
drivers/net/netdevsim/netdevsim.h