> > diff --git a/include/rdma/ib_mad.h b/include/rdma/ib_mad.h
> > index 00a5e51..80e7cf4 100644
> > --- a/include/rdma/ib_mad.h
> > +++ b/include/rdma/ib_mad.h
> > @@ -136,6 +136,11 @@ enum {
> >     IB_MGMT_DEVICE_HDR = 64,
> >     IB_MGMT_DEVICE_DATA = 192,
> >     IB_MGMT_MAD_SIZE = IB_MGMT_MAD_HDR + IB_MGMT_MAD_DATA,
> > +   JUMBO_MGMT_MAD_HDR = IB_MGMT_MAD_HDR,
> > +   JUMBO_MGMT_MAD_DATA = 2024,
> > +   JUMBO_MGMT_RMPP_HDR = IB_MGMT_RMPP_HDR,

Examining a later patch in this series highlighted that JUMBO_MGMT_MAD_HDR and 
JUMBO_MGMT_RMPP_HDR are the same size as the corresponding IB_MGMT_* defines.  
This seems unnecessary.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to