net/mlx5: Introduce TLS and IPSec objects enums
Expose the TLS encryption key general object type enum correctly, and add the IPSec encryption key general object type enum. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
parent
86f5d0f3d4
commit
bd673da6d9
2 changed files with 3 additions and 2 deletions
|
|
@ -10489,7 +10489,8 @@ enum {
|
|||
};
|
||||
|
||||
enum {
|
||||
MLX5_GENERAL_OBJECT_TYPE_ENCRYPTION_KEY_TYPE_DEK = 0x1,
|
||||
MLX5_GENERAL_OBJECT_TYPE_ENCRYPTION_KEY_TYPE_TLS = 0x1,
|
||||
MLX5_GENERAL_OBJECT_TYPE_ENCRYPTION_KEY_TYPE_IPSEC = 0x2,
|
||||
};
|
||||
|
||||
struct mlx5_ifc_tls_static_params_bits {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue