Re: [PATCH 3/3] RDMA/ionic: Support QP transport mode selection in create and modify

From: Jason Gunthorpe

Date: Sat May 23 2026 - 15:16:57 EST


On Thu, Apr 30, 2026 at 06:09:31PM +0530, Abhijit Gangurde wrote:
> +enum ionic_qp_transport_mode {
> + IONIC_QPT_TRANSPORT_ROCE_V2 = BIT(0),
> + IONIC_QPT_TRANSPORT_MRC = BIT(1),
> +};

I'm pretty sure you published this a few weeks too early :\

Anyhow now that MRC is public and a real official multi-vendor spec I
would like to see MRC be implemented in first class ways, not as
driver hacks on the side please

Jason