diff options
author | Hal Rosenstock <hal@dev.mellanox.co.il> | 2016-10-18 19:20:29 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-12-14 17:01:58 +0100 |
commit | 9fa240bbfc4200b080c8fad12579659c2c2f36b5 (patch) | |
tree | 89d126754347af310fce5d1cef8eeabdf4123fea /include/rdma/opa_smi.h | |
parent | net/mlx5e: Add tc support for FWD rule with counter (diff) | |
download | linux-9fa240bbfc4200b080c8fad12579659c2c2f36b5.tar.xz linux-9fa240bbfc4200b080c8fad12579659c2c2f36b5.zip |
IB/mad: Eliminate redundant SM class version defines for OPA
and rename class version define to indicate SM rather than SMP or SMI
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/opa_smi.h')
-rw-r--r-- | include/rdma/opa_smi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rdma/opa_smi.h b/include/rdma/opa_smi.h index 4a529ef47995..f7896117936e 100644 --- a/include/rdma/opa_smi.h +++ b/include/rdma/opa_smi.h @@ -44,8 +44,6 @@ #define OPA_MAX_SLS 32 #define OPA_MAX_SCS 32 -#define OPA_SMI_CLASS_VERSION 0x80 - #define OPA_LID_PERMISSIVE cpu_to_be32(0xFFFFFFFF) struct opa_smp { |