[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<PAXPR83MB055703CBC2D8F2FEB6E82AF9B42D2@PAXPR83MB0557.EURPRD83.prod.outlook.com>
Date: Mon, 18 Mar 2024 09:21:57 +0000
From: Konstantin Taranov <kotaranov@...rosoft.com>
To: Long Li <longli@...rosoft.com>, Konstantin Taranov
<kotaranov@...ux.microsoft.com>, "sharmaajay@...rosoft.com"
<sharmaajay@...rosoft.com>, "jgg@...pe.ca" <jgg@...pe.ca>, "leon@...nel.org"
<leon@...nel.org>
CC: "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH rdma-next 4/4] RDMA/mana_ib: Use struct mana_ib_queue for
RAW QPs
> From: Long Li <longli@...rosoft.com>
> Sent: Friday, 15 March 2024 18:04
> To: Konstantin Taranov <kotaranov@...ux.microsoft.com>; Konstantin
> Taranov <kotaranov@...rosoft.com>; sharmaajay@...rosoft.com;
> jgg@...pe.ca; leon@...nel.org
> Cc: linux-rdma@...r.kernel.org; linux-kernel@...r.kernel.org
> Subject: RE: [PATCH rdma-next 4/4] RDMA/mana_ib: Use struct
> mana_ib_queue for RAW QPs
>
> > +struct mana_ib_raw_qp {
> > + /* Work queue info */
> > + struct mana_ib_queue queue;
> > + mana_handle_t tx_object;
> > +};
> > +
> > struct mana_ib_qp {
> > struct ib_qp ibqp;
> >
> > - /* Work queue info */
> > - struct ib_umem *sq_umem;
> > - int sqe;
> > - u64 sq_gdma_region;
> > - u64 sq_id;
> > - mana_handle_t tx_object;
> > + struct mana_ib_raw_qp sq;
>
> What's the naming scheme for RC? Maybe use raw_sq here?
The plan is to use struct mana_ib_rc_qp for RC QP.
But I think mana_ib_raw_sq is a good proposal for RAW packets. I will make it in v2.
Thanks!
Powered by blists - more mailing lists