diff options
| author | 2022-09-05 22:21:24 -0700 | |
|---|---|---|
| committer | 2022-09-07 14:02:08 +0100 | |
| commit | 15d187e285b3d5f4fe0328c09566355c1e387ff6 (patch) | |
| tree | 041c31afd9d0dbb5526ffe7641809e3ddff828c9 /include | |
| parent | net/mlx5e: Add MACsec offload Rx command support (diff) | |
| download | linux-dev-15d187e285b3d5f4fe0328c09566355c1e387ff6.tar.xz linux-dev-15d187e285b3d5f4fe0328c09566355c1e387ff6.zip | |
net/mlx5: Add MACsec Rx tables support to fs_core
Add new namespace for MACsec RX flows.
Encrypted MACsec packets should be first decrypted and stripped
from MACsec header and then continues with the kernel's steering
pipeline.
Signed-off-by: Lior Nahmanson <liorna@nvidia.com>
Reviewed-by: Raed Salem <raeds@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mlx5/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h index 53d186774206..c7a91981cd5a 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h @@ -79,6 +79,7 @@ static inline void build_leftovers_ft_param(int *priority, enum mlx5_flow_namespace_type { MLX5_FLOW_NAMESPACE_BYPASS, + MLX5_FLOW_NAMESPACE_KERNEL_RX_MACSEC, MLX5_FLOW_NAMESPACE_LAG, MLX5_FLOW_NAMESPACE_OFFLOADS, MLX5_FLOW_NAMESPACE_ETHTOOL, |
