From: Leon Romanovsky <leon@kernel.org>
To: 熊伟民 <15927021679@163.com>
Cc: "Michael S . Tsirkin" <mst@redhat.com>,
"David Hildenbrand" <david@redhat.com>,
"Jason Wang" <jasowang@redhat.com>,
"Stefano Garzarella" <sgarzare@redhat.com>,
"Thomas Monjalon" <thomas@monjalon.net>,
"David Marchand" <david.marchand@redhat.com>,
"Luca Boccassi" <bluca@debian.org>,
"Kevin Traynor" <ktraynor@redhat.com>,
"Christian Ehrhardt" <christian.ehrhardt@canonical.com>,
"Xuan Zhuo" <xuanzhuo@linux.alibaba.com>,
"Eugenio Pérez" <eperezma@redhat.com>,
"Xueming Li" <xuemingl@nvidia.com>,
"Maxime Coquelin" <maxime.coquelin@redhat.com>,
"Chenbo Xia" <chenbox@nvidia.com>,
"Bruce Richardson" <bruce.richardson@intel.com>,
kvm@vger.kernel.org, virtualization@lists.linux.dev,
netdev@vger.kernel.org,
"RDMA mailing list" <linux-rdma@vger.kernel.org>
Subject: Re: Re: Implement initial driver for virtio-RDMA device(kernel)
Date: Sun, 21 Dec 2025 10:46:15 +0200 [thread overview]
Message-ID: <20251221084615.GD13030@unreal> (raw)
In-Reply-To: <6ef11502.4847.19b34677a76.Coremail.15927021679@163.com>
On Fri, Dec 19, 2025 at 10:19:15AM +0800, 熊伟民 wrote:
>
> At 2025-12-19 00:30:08, "Leon Romanovsky" <leon@kernel.org> wrote:
> >On Thu, Dec 18, 2025 at 05:09:40PM +0800, Xiong Weimin wrote:
> >> Hi all,
> >>
> >> This testing instructions aims to introduce an emulating a soft ROCE
> >> device with normal NIC(no RDMA), we have finished a vhost-user RDMA
> >> device demo, which can work with RDMA features such as CM, QP type of
> >> UC/UD and so on.
> >
> >Same question as on your QEMU patches.
> >https://lore.kernel.org/all/20251218162028.GG400630@unreal/
> >
> >And as a bare minimum, you should run get_maintainers.pl script on your
> >patches and add the right people and ML to the CC/TO fields.
> >
>
> >Thanks
>
>
> Since this feature involves coordinated changes across QEMU, DPDK, and the kernel,
> I have submitted patches for all three components to every maintainer. This is to
> ensure that senior developers can review the complete architecture and code.
Please run get_maintainers.pl on your kernel patches and check if you
really added "every maintainer".
Hint, you didn't even add right mailing list here.
Thanks
>
>
> Thanks.
next prev parent reply other threads:[~2025-12-21 8:46 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 9:09 Implement initial driver for virtio-RDMA device(kernel) Xiong Weimin
2025-12-18 9:09 ` [PATCH 01/10] drivers/infiniband/hw/virtio: Initial driver for virtio RDMA devices Xiong Weimin
2025-12-21 9:11 ` Leon Romanovsky
2025-12-18 9:09 ` [PATCH 02/10] drivers/infiniband/hw/virtio: add vrdma_exec_verbs_cmd to construct verbs sgs using virtio Xiong Weimin
2025-12-18 9:09 ` [PATCH 03/10] drivers/infiniband/hw/virtio: Implement core device and key resource management Xiong Weimin
2025-12-18 9:09 ` [PATCH 04/10] drivers/infiniband/hw/virtio: Implement MR, GID, ucontext and AH resource management verbs Xiong Weimin
2025-12-18 9:09 ` [PATCH 05/10] drivers/infiniband/hw/virtio: Implement memory mapping and MR scatter-gather support Xiong Weimin
2025-12-18 9:09 ` [PATCH 06/10] drivers/infiniband/hw/virtio: Implement port management and QP modification verbs Xiong Weimin
2025-12-18 9:09 ` [PATCH 07/10] drivers/infiniband/hw/virtio: Implement Completion Queue (CQ) polling support Xiong Weimin
2025-12-18 9:09 ` [PATCH 08/10] drivers/infiniband/hw/virtio: Implement send/receive verb support Xiong Weimin
2025-12-18 9:09 ` [PATCH 09/10] drivers/infiniband/hw/virtio: Implement P_key, QP query and user MR resource management verbs Xiong Weimin
2025-12-18 9:09 ` [PATCH 10/10] drivers/infiniband/hw/virtio: Add completion queue notification support Xiong Weimin
2025-12-18 16:30 ` Implement initial driver for virtio-RDMA device(kernel) Leon Romanovsky
2025-12-19 2:27 ` 熊伟民
[not found] ` <6ef11502.4847.19b34677a76.Coremail.15927021679@163.com>
2025-12-21 8:46 ` Leon Romanovsky [this message]
2025-12-23 1:16 ` Jason Wang
2025-12-24 9:31 ` 熊伟民
2025-12-25 2:13 ` Jason Wang
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=20251221084615.GD13030@unreal \
--to=leon@kernel.org \
--cc=15927021679@163.com \
--cc=bluca@debian.org \
--cc=bruce.richardson@intel.com \
--cc=chenbox@nvidia.com \
--cc=christian.ehrhardt@canonical.com \
--cc=david.marchand@redhat.com \
--cc=david@redhat.com \
--cc=eperezma@redhat.com \
--cc=jasowang@redhat.com \
--cc=ktraynor@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=maxime.coquelin@redhat.com \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=sgarzare@redhat.com \
--cc=thomas@monjalon.net \
--cc=virtualization@lists.linux.dev \
--cc=xuanzhuo@linux.alibaba.com \
--cc=xuemingl@nvidia.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.