From: "Michael S. Tsirkin" <mst@redhat.com>
To: Xuewei Niu <niuxuewei97@gmail.com>
Cc: stefanha@redhat.com, sgarzare@redhat.com, davem@davemloft.net,
kvm@vger.kernel.org, virtualization@lists.linux.dev,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
Xuewei Niu <niuxuewei.nxw@antgroup.com>
Subject: Re: [RFC PATCH 0/5] vsock/virtio: Add support for multi-devices
Date: Thu, 23 May 2024 10:54:40 -0400 [thread overview]
Message-ID: <20240523104010-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20240517144607.2595798-1-niuxuewei.nxw@antgroup.com>
On Fri, May 17, 2024 at 10:46:02PM +0800, Xuewei Niu wrote:
> include/linux/virtio_vsock.h | 2 +-
> include/net/af_vsock.h | 25 ++-
> include/uapi/linux/virtio_vsock.h | 1 +
> include/uapi/linux/vm_sockets.h | 14 ++
> net/vmw_vsock/af_vsock.c | 116 +++++++++--
> net/vmw_vsock/virtio_transport.c | 255 ++++++++++++++++++------
> net/vmw_vsock/virtio_transport_common.c | 16 +-
> net/vmw_vsock/vsock_loopback.c | 4 +-
> 8 files changed, 352 insertions(+), 81 deletions(-)
As any change to virtio device/driver interface, this has to
go through the virtio TC. Please subscribe at
virtio-comment+subscribe@lists.linux.dev and then
contact the TC at virtio-comment@lists.linux.dev
You will likely eventually need to write a spec draft document, too.
--
MST
next prev parent reply other threads:[~2024-05-23 14:55 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-17 14:46 [RFC PATCH 0/5] vsock/virtio: Add support for multi-devices Xuewei Niu
2024-05-17 14:46 ` [RFC PATCH 1/5] vsock/virtio: Extend virtio-vsock spec with an "order" field Xuewei Niu
2024-05-23 7:43 ` Alyssa Ross
2024-05-23 10:43 ` Stefano Garzarella
2024-05-17 14:46 ` [RFC PATCH 2/5] vsock/virtio: Add support for multi-devices Xuewei Niu
2024-05-18 9:47 ` kernel test robot
2024-05-18 10:29 ` kernel test robot
2024-05-23 10:43 ` Stefano Garzarella
2024-05-17 14:46 ` [RFC PATCH 3/5] vsock/virtio: can_msgzerocopy adapts to multi-devices Xuewei Niu
2024-05-23 10:44 ` Stefano Garzarella
2024-05-17 14:46 ` [RFC PATCH 4/5] vsock: seqpacket_allow " Xuewei Niu
2024-05-18 11:22 ` kernel test robot
2024-05-23 10:44 ` Stefano Garzarella
2024-05-17 14:46 ` [RFC PATCH 5/5] vsock: Add an ioctl request to get all CIDs Xuewei Niu
2024-05-23 10:45 ` Stefano Garzarella
2024-05-23 10:46 ` [RFC PATCH 0/5] vsock/virtio: Add support for multi-devices Stefano Garzarella
2024-05-23 14:54 ` Michael S. Tsirkin [this message]
2024-05-29 7:15 ` Xuewei Niu
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=20240523104010-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=davem@davemloft.net \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=niuxuewei.nxw@antgroup.com \
--cc=niuxuewei97@gmail.com \
--cc=sgarzare@redhat.com \
--cc=stefanha@redhat.com \
--cc=virtualization@lists.linux.dev \
/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.