Skip to content

Commit

Permalink
IB/core: Don't advertise SA in RoCE port capabilities
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Moni Shoua authored and Doug Ledford committed Jun 11, 2015
1 parent b806ef3 commit db75d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rdma/ib_verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ union rdma_protocol_stats {
#define RDMA_CORE_PORT_IBA_ROCE (RDMA_CORE_CAP_PROT_ROCE \
| RDMA_CORE_CAP_IB_MAD \
| RDMA_CORE_CAP_IB_CM \
| RDMA_CORE_CAP_IB_SA \
| RDMA_CORE_CAP_AF_IB \
| RDMA_CORE_CAP_ETH_AH)
#define RDMA_CORE_PORT_IWARP (RDMA_CORE_CAP_PROT_IWARP \
Expand Down

0 comments on commit db75d05

Please sign in to comment.