aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
diff options
context:
space:
mode:
authorMuhammad Sammar <muhammads@nvidia.com>2021-09-05 15:16:21 +0300
committerSaeed Mahameed <saeedm@nvidia.com>2021-12-31 00:17:23 -0800
commit0f2a6c3b9219bdf497750258cd2ad513f0056b42 (patch)
treed9bf1edba4b34d05329f4be0b03037fa25ffa6b9 /drivers/net/ethernet/mellanox
parentnet/mlx5: DR, Warn on failure to destroy objects due to refcount (diff)
downloadlinux-dev-0f2a6c3b9219bdf497750258cd2ad513f0056b42.tar.xz
linux-dev-0f2a6c3b9219bdf497750258cd2ad513f0056b42.zip
net/mlx5: Add misc5 flow table match parameters
Add support for misc5 match parameter as per HW spec, this will allow matching on tunnel_header fields. Signed-off-by: Muhammad Sammar <muhammads@nvidia.com> Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Diffstat (limited to 'drivers/net/ethernet/mellanox')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/fs_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
index 7711db245c63..5469b08d635f 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
+++ b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
@@ -203,7 +203,7 @@ struct mlx5_ft_underlay_qp {
u32 qpn;
};
-#define MLX5_FTE_MATCH_PARAM_RESERVED reserved_at_c00
+#define MLX5_FTE_MATCH_PARAM_RESERVED reserved_at_e00
/* Calculate the fte_match_param length and without the reserved length.
* Make sure the reserved field is the last.
*/