On Thu, Dec 24, 2015 at 03:39:22PM +0100, Christoph Hellwig wrote:
....
>  #define MLX5_IB_SEND_UMR_UPDATE_MTT (IB_SEND_RESERVED_START << 2)
>  #define MLX5_IB_QPT_REG_UMR  IB_QPT_RESERVED1
> -#define MLX5_IB_WR_UMR               IB_WR_RESERVED1
> +#define MLX5_IB_WR_UMR               (IB_WR_END + 0)
....
>  
> -     IB_WR_RESERVED10,
> +
> +     /* drivers may use any value greater or equal to IB_WR_END internally */
> +     IB_WR_END,
IB_WR_END --> IB_WR_KERNEL_LAST
>  };
>  
....
> +     IB_UVERBS_WR_END                        = 9,
I think name IB_UVERBS_WR_LAST describes better than IB_UVERBS_WR_END.
> +};
> +
--
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