On Wed, Dec 23, 2015 at 08:42:01AM -0800, Or Gerlitz wrote:
> On 12/22/2015 1:13 AM, Faisal Latif wrote:
> > +
> > +enum i40iw_memreg_type {
> > +   IW_MEMREG_TYPE_MEM = 0x0000,
> > +   IW_MEMREG_TYPE_QP = 0x0001,
> > +   IW_MEMREG_TYPE_CQ = 0x0002,
> > +   IW_MEMREG_TYPE_MW = 0x0003,
> > +   IW_MEMREG_TYPE_FMR = 0x0004,
> > +   IW_MEMREG_TYPE_FMEM = 0x0005,
> > +};
> 
> Can't you re-use IB core values or derive that from the actual uverbs 
> command?
I did not see anything which will have types that I needed. It will be confusing
otherwise.  I will be reducing number of types from here though.
> 
> Or.

Thanks
Faisal
--
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