On Fri, Feb 15, 2019 at 11:11:00AM -0600, Shiraz Saleem wrote: > From: Mustafa Ismail > > Add the header, data structures and functions > to populate the WQE descriptors and issue the > Control QP commands that support RoCEv2 UD operations. > > Signed-off-by: Mustafa Ismail > Signed-off-by: Shiraz Saleem > --- <...> > +#define IRDMA_UDA_QPSQ_IMMDATA_M \ > + ((u64)0xffffffffffffffffULL << IRDMA_UDA_QPSQ_IMMDATA_S) Both u64 and ULL? Thanks