Message ID | 1433925815-19725-1-git-send-email-monis@mellanox.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Wed, 2015-06-10 at 11:43 +0300, 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. > > Signed-off-by: Moni Shoua <monis@mellanox.com> > --- > include/rdma/ib_verbs.h | 1 - > 1 file changed, 1 deletion(-) > > 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 \ This looks like the right fix, thanks. Applied.
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. Signed-off-by: Moni Shoua <monis@mellanox.com> --- include/rdma/ib_verbs.h | 1 - 1 file changed, 1 deletion(-)