From: Leon Romanovsky <leon@kernel.org>
To: Konstantin Taranov <kotaranov@linux.microsoft.com>
Cc: kotaranov@microsoft.com, longli@microsoft.com, jgg@ziepe.ca,
linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH rdma-next v3] RDMA/mana_ib: Adopt robust udata
Date: Wed, 15 Jul 2026 11:07:01 +0300 [thread overview]
Message-ID: <20260715080701.GC21348@unreal> (raw)
In-Reply-To: <20260714123113.3792099-1-kotaranov@linux.microsoft.com>
On Tue, Jul 14, 2026 at 05:31:13AM -0700, Konstantin Taranov wrote:
> From: Konstantin Taranov <kotaranov@microsoft.com>
>
> Enable the uverbs robust udata interface in mana_ib by setting
> uverbs_robust_udata and converting the driver to the new udata
> handling model.
>
> Signed-off-by: Konstantin Taranov <kotaranov@microsoft.com>
> ---
> v3: use ib_no_udata_io
> v2: Removed the udata request for alloc ucontext
> drivers/infiniband/hw/mana/cq.c | 8 +++++-
> drivers/infiniband/hw/mana/device.c | 1 +
> drivers/infiniband/hw/mana/main.c | 29 ++++++++++++++++------
> drivers/infiniband/hw/mana/mr.c | 13 ++++++++++
> drivers/infiniband/hw/mana/qp.c | 38 +++++++++++++++++++++++------
> drivers/infiniband/hw/mana/wq.c | 12 +++++++++
> include/uapi/rdma/mana-abi.h | 2 +-
> 7 files changed, 86 insertions(+), 17 deletions(-)
<...>
> diff --git a/include/uapi/rdma/mana-abi.h b/include/uapi/rdma/mana-abi.h
> index a75bf32b8..8336bf51b 100644
> --- a/include/uapi/rdma/mana-abi.h
> +++ b/include/uapi/rdma/mana-abi.h
> @@ -25,7 +25,7 @@ enum mana_ib_create_cq_flags {
>
> struct mana_ib_create_cq {
> __aligned_u64 buf_addr;
> - __u16 flags;
> + __u16 comp_mask;
This change is unrelated to the patch.
Thanks
> __u16 reserved0;
> __u32 reserved1;
> };
> --
> 2.43.0
>
next prev parent reply other threads:[~2026-07-15 8:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-14 12:31 [PATCH rdma-next v3] RDMA/mana_ib: Adopt robust udata Konstantin Taranov
2026-07-15 8:07 ` Leon Romanovsky [this message]
2026-07-15 8:23 ` Konstantin Taranov
2026-07-16 8:48 ` Leon Romanovsky
2026-07-16 8:56 ` [EXTERNAL] " Konstantin Taranov
2026-07-16 9:12 ` Leon Romanovsky
2026-07-16 9:16 ` Leon Romanovsky
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=20260715080701.GC21348@unreal \
--to=leon@kernel.org \
--cc=jgg@ziepe.ca \
--cc=kotaranov@linux.microsoft.com \
--cc=kotaranov@microsoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=longli@microsoft.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.