summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmeel Hakim <ehakim@nvidia.com>2022-10-31 12:07:59 +0300
committerSaeed Mahameed <saeedm@nvidia.com>2022-11-24 11:03:22 +0300
commitc0071be0e16c461680d87b763ba1ee5e46548fde (patch)
tree7a956823a8053556e63512c3f2d1aaf556d0a48f /include
parent194cc051e29ea1641d424126b8f28f9d31d5c655 (diff)
downloadlinux-c0071be0e16c461680d87b763ba1ee5e46548fde.tar.xz
net/mlx5e: MACsec, remove replay window size limitation in offload path
Currently offload path limits replay window size to 32/64/128/256 bits, such a limitation should not exist since software allows it. Remove such limitation. Fixes: eb43846b43c3 ("net/mlx5e: Support MACsec offload replay window") Signed-off-by: Emeel Hakim <ehakim@nvidia.com> Reviewed-by: Raed Salem <raeds@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 5a4e914e2a6f..981fc7dfa408 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -11611,13 +11611,6 @@ enum {
MLX5_MACSEC_ASO_REPLAY_PROTECTION = 0x1,
};
-enum {
- MLX5_MACSEC_ASO_REPLAY_WIN_32BIT = 0x0,
- MLX5_MACSEC_ASO_REPLAY_WIN_64BIT = 0x1,
- MLX5_MACSEC_ASO_REPLAY_WIN_128BIT = 0x2,
- MLX5_MACSEC_ASO_REPLAY_WIN_256BIT = 0x3,
-};
-
#define MLX5_MACSEC_ASO_INC_SN 0x2
#define MLX5_MACSEC_ASO_REG_C_4_5 0x2