Message ID | 1433914523-15347-1-git-send-email-monis@mellanox.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On 6/10/2015 8:35 AM, Moni Shoua wrote: > The Subnet Administrator (SA) is not a component of the RoCE spec. > Therefore, it should not be a capability of a RoCE port. > > Change-Id: Iadfaa56bdc9f6e28f46d009064c2d15969293cf7 Please remove the internal Gerrit IDs we use prior to sending patches out > Signed-off-by: Moni Shoua<monis@mellanox.com> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 7d78794..7725cee 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -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 \
The Subnet Administrator (SA) is not a component of the RoCE spec. Therefore, it should not be a capability of a RoCE port. Change-Id: Iadfaa56bdc9f6e28f46d009064c2d15969293cf7 Signed-off-by: Moni Shoua <monis@mellanox.com> --- include/rdma/ib_verbs.h | 1 - 1 file changed, 1 deletion(-)