]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
macsec: delete new rxsc when offload fails
authorSabrina Dubroca <sd@queasysnail.net>
Wed, 2 Nov 2022 21:33:13 +0000 (22:33 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Nov 2022 10:43:56 +0000 (10:43 +0000)
commit93a30947821c203d08865c4e17ea181c9668ce52
treec95c91ced5ded27d235d31012216389b5c3b5962
parent8bcd560ae8784da57c610d857118c5d6576b1a8f
macsec: delete new rxsc when offload fails

Currently we get an inconsistent state:
 - netlink returns the error to userspace
 - the RXSC is installed but not offloaded

Then the device could get confused when we try to add an RXSA, because
the RXSC isn't supposed to exist.

Fixes: 3cf3227a21d1 ("net: macsec: hardware offloading infrastructure")
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Antoine Tenart <atenart@kernel.org>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macsec.c