diff options
author | Zhu Yanjun <yanjun.zhu@linux.dev> | 2022-12-08 13:19:54 +0300 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2022-12-08 12:33:18 +0300 |
commit | 6cfe7bd0dfd33033683639039b5608d6534c19eb (patch) | |
tree | 0a5169295f246666dcaae9816103d67d8fab89d3 /drivers/infiniband | |
parent | 682c0722addae4b4a1440c9db9d8c86cb8e09ce5 (diff) | |
download | linux-6cfe7bd0dfd33033683639039b5608d6534c19eb.tar.xz |
RDMA/mlx5: Remove not-used IB_FLOW_SPEC_IB define
IB_FLOW_SPEC_IB is not used in mlx5 and can be deleted.
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Link: https://lore.kernel.org/r/20221208101954.687960-1-yanjun.zhu@intel.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/mlx5/fs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/fs.c b/drivers/infiniband/hw/mlx5/fs.c index 490ec308e309..3008632a6c20 100644 --- a/drivers/infiniband/hw/mlx5/fs.c +++ b/drivers/infiniband/hw/mlx5/fs.c @@ -127,7 +127,6 @@ static int check_mpls_supp_fields(u32 field_support, const __be32 *set_mask) } #define LAST_ETH_FIELD vlan_tag -#define LAST_IB_FIELD sl #define LAST_IPV4_FIELD tos #define LAST_IPV6_FIELD traffic_class #define LAST_TCP_UDP_FIELD src_port |