diff options
author | Maor Gottlieb <maorg@nvidia.com> | 2021-08-03 10:04:41 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2021-10-18 20:18:08 -0700 |
commit | 58a606dba708f114e7f412b5c3024027e8a73e34 (patch) | |
tree | 79712b4ddd967e006186e6b62b769122d0279097 /include/linux/mlx5 | |
parent | e7e2519e3632396a25031b7e828ed35332e5dd07 (diff) | |
download | linux-stable-58a606dba708f114e7f412b5c3024027e8a73e34.tar.gz linux-stable-58a606dba708f114e7f412b5c3024027e8a73e34.tar.bz2 linux-stable-58a606dba708f114e7f412b5c3024027e8a73e34.zip |
net/mlx5: Introduce new uplink destination type
The uplink destination type should be used in rules to steer the
packet to the uplink when the device is in steering based LAG mode.
Signed-off-by: Maor Gottlieb <maorg@nvidia.com>
Reviewed-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 8f41145bc6ef..09e43019d877 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -1766,6 +1766,7 @@ enum mlx5_flow_destination_type { MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE = 0x1, MLX5_FLOW_DESTINATION_TYPE_TIR = 0x2, MLX5_FLOW_DESTINATION_TYPE_FLOW_SAMPLER = 0x6, + MLX5_FLOW_DESTINATION_TYPE_UPLINK = 0x8, MLX5_FLOW_DESTINATION_TYPE_PORT = 0x99, MLX5_FLOW_DESTINATION_TYPE_COUNTER = 0x100, |