From: Leon Romanovsky <leon@kernel.org>
To: Daisuke Matsuda <matsuda-daisuke@fujitsu.com>
Cc: linux-rdma@vger.kernel.org, jgg@ziepe.ca, zyjzyj2000@gmail.com,
lizhijian@fujitsu.com
Subject: Re: [PATCH for-next v3 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP
Date: Tue, 8 Apr 2025 14:11:48 +0300 [thread overview]
Message-ID: <20250408111148.GA197338@unreal> (raw)
In-Reply-To: <20250324075649.3313968-1-matsuda-daisuke@fujitsu.com>
On Mon, Mar 24, 2025 at 04:56:47PM +0900, Daisuke Matsuda wrote:
> RDMA FLUSH[1] and ATOMIC WRITE[2] were added to rxe, but they cannot run
> in the ODP mode as of now. This series is for the kernel-side enablement.
<...>
> Daisuke Matsuda (2):
> RDMA/rxe: Enable ODP in RDMA FLUSH operation
> RDMA/rxe: Enable ODP in ATOMIC WRITE operation
>
> drivers/infiniband/sw/rxe/rxe.c | 2 +
> drivers/infiniband/sw/rxe/rxe_loc.h | 18 ++++-
> drivers/infiniband/sw/rxe/rxe_mr.c | 48 ++++++------
> drivers/infiniband/sw/rxe/rxe_odp.c | 108 ++++++++++++++++++++++++++-
> drivers/infiniband/sw/rxe/rxe_resp.c | 15 ++--
> include/rdma/ib_verbs.h | 2 +
I applied the series, but not sure that extending cap_bits for RXE only
is justified.
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -325,6 +325,7 @@ enum ib_odp_transport_cap_bits {
IB_ODP_SUPPORT_READ = 1 << 3,
IB_ODP_SUPPORT_ATOMIC = 1 << 4,
IB_ODP_SUPPORT_SRQ_RECV = 1 << 5,
+ IB_ODP_SUPPORT_FLUSH = 1 << 6,
};
Thanks
> 6 files changed, 159 insertions(+), 34 deletions(-)
>
> --
> 2.43.0
>
next prev parent reply other threads:[~2025-04-08 11:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-24 7:56 [PATCH for-next v3 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP Daisuke Matsuda
2025-03-24 7:56 ` [PATCH for-next v3 1/2] RDMA/rxe: Enable ODP in RDMA FLUSH operation Daisuke Matsuda
2025-03-24 7:56 ` [PATCH for-next v3 2/2] RDMA/rxe: Enable ODP in ATOMIC WRITE operation Daisuke Matsuda
2025-04-08 11:11 ` Leon Romanovsky [this message]
2025-04-08 11:11 ` [PATCH for-next v3 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP Leon Romanovsky
2025-04-11 8:13 ` Daisuke Matsuda (Fujitsu)
2025-04-11 17:55 ` Leon Romanovsky
2025-04-14 10:16 ` Daisuke Matsuda (Fujitsu)
2025-04-14 12:56 ` Zhu Yanjun
2025-04-16 16:58 ` Leon Romanovsky
2025-04-18 2:07 ` Daisuke Matsuda (Fujitsu)
2025-04-18 11:15 ` Leon Romanovsky
2025-04-20 23:31 ` Daisuke Matsuda (Fujitsu)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250408111148.GA197338@unreal \
--to=leon@kernel.org \
--cc=jgg@ziepe.ca \
--cc=linux-rdma@vger.kernel.org \
--cc=lizhijian@fujitsu.com \
--cc=matsuda-daisuke@fujitsu.com \
--cc=zyjzyj2000@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.