[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<SJ1PR21MB345735033DFA7CFF14B7BBD5CE362@SJ1PR21MB3457.namprd21.prod.outlook.com>
Date: Mon, 25 Mar 2024 19:40:58 +0000
From: Long Li <longli@...rosoft.com>
To: Konstantin Taranov <kotaranov@...ux.microsoft.com>, Konstantin Taranov
<kotaranov@...rosoft.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 v2 4/4] RDMA/mana_ib: Use struct mana_ib_queue
for RAW QPs
> 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_sq sq;
Are you planning to add another type of sq for RC here?
If yes, use raw_sq and rc_sq in struct fields.
Long
Powered by blists - more mailing lists