]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Fix macsec rx security association (SA) update/delete
authorRaed Salem <raeds@nvidia.com>
Wed, 26 Oct 2022 13:51:51 +0000 (14:51 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Oct 2022 18:06:56 +0000 (11:06 -0700)
commitcebe323b42b35e401a7ff1bc7443b10d30ad2362
treeb37f40ea85a50f3f607b41eea28ba236326ab586
parentd926784ef89b5fca1ab137082a77972a3f94f1a9
net/mlx5e: Fix macsec rx security association (SA) update/delete

The cited commit adds the support for update/delete MACsec Rx SA,
naturally, these operations need to check if the SA in question exists
to update/delete the SA and return error code otherwise, however they
do just the opposite i.e. return with error if the SA exists

Fix by change the check to return error in case the SA in question does
not exist, adjust error message and code accordingly.

Fixes: b995ba4f97bf ("net/mlx5e: Add MACsec offload Rx command support")
Signed-off-by: Raed Salem <raeds@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Link: https://lore.kernel.org/r/20221026135153.154807-14-saeed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c