diff options
author | Moni Shoua <monis@mellanox.com> | 2015-06-10 04:43:35 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-06-10 23:54:33 -0400 |
commit | db75d0547cf230a433fab4d68630849532f2c8a0 (patch) | |
tree | f72cb8b1d0b031fc394d1561c290296f709682e4 /include/rdma | |
parent | b806ef3bbed39c95b45343bf0fd78802142f6017 (diff) |
IB/core: Don't advertise SA in RoCE port capabilities
The Subnet Administrator (SA) is not a component of the RoCE spec.
Therefore, it should not be a capability of a RoCE port.
Signed-off-by: Moni Shoua <monis@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_verbs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 7d78794ed189..7725ceea7864 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h | |||
@@ -381,7 +381,6 @@ union rdma_protocol_stats { | |||
381 | #define RDMA_CORE_PORT_IBA_ROCE (RDMA_CORE_CAP_PROT_ROCE \ | 381 | #define RDMA_CORE_PORT_IBA_ROCE (RDMA_CORE_CAP_PROT_ROCE \ |
382 | | RDMA_CORE_CAP_IB_MAD \ | 382 | | RDMA_CORE_CAP_IB_MAD \ |
383 | | RDMA_CORE_CAP_IB_CM \ | 383 | | RDMA_CORE_CAP_IB_CM \ |
384 | | RDMA_CORE_CAP_IB_SA \ | ||
385 | | RDMA_CORE_CAP_AF_IB \ | 384 | | RDMA_CORE_CAP_AF_IB \ |
386 | | RDMA_CORE_CAP_ETH_AH) | 385 | | RDMA_CORE_CAP_ETH_AH) |
387 | #define RDMA_CORE_PORT_IWARP (RDMA_CORE_CAP_PROT_IWARP \ | 386 | #define RDMA_CORE_PORT_IWARP (RDMA_CORE_CAP_PROT_IWARP \ |