public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Cindy Lu <lulu@redhat.com>
Cc: jasowang@redhat.com, xieyongji@bytedance.com,
	linux-kernel@vger.kernel.org, maxime.coquelin@redhat.com
Subject: Re: [PATCH v4 0/5] vduse: Add support for reconnection
Date: Thu, 22 Feb 2024 14:18:07 -0500	[thread overview]
Message-ID: <20240222141559-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20240207054701.616094-1-lulu@redhat.com>

On Wed, Feb 07, 2024 at 01:43:27PM +0800, Cindy Lu wrote:
> Here is the reconnect support in vduse,
> 
> Kernel will allocate pages for reconnection.
> Userspace needs to use mmap to map the memory to userspace and use these pages to
> save the reconnect information.

What is "reconnect"? Not really clear from documentation - it seems to
be assumed that reader has an idea but most don't.

Also what's with all the typos? reconnect with 3 nnn s, sutiable and so
on. Can you pls run a speller?

> test passd in vduse+dpdk-testpmd
> 
> change in V2
> 1. Address the comments from v1
> 2. Add the document for reconnect process
> 
> change in V3
> 1. Move the vdpa_vq_state to the uAPI.  vduse will use this to synchronize the vq info between the kernel and userspace app.
> 2. Add a new ioctl VDUSE_DEV_GET_CONFIG. userspace app use this to get config space
> 3. Rewrite the commit message.
> 4. Only save the address for the page address and remove the index.
> 5. remove the ioctl VDUSE_GET_RECONNECT_INFO, userspace app will use uAPI VDUSE_RECONNCT_MMAP_SIZE to mmap
> 6. Rewrite the document for the reconnect process to make it clearer.
> 
> change in v4
> 1. Change the number of map pages to VQ numbers. UserSpace APP can define and maintain the structure for saving reconnection information in userspace. The kernel will not maintain this information.
> 2. Rewrite the document for the reconnect process to make it clearer.
> 3. add the new ioctl for VDUSE_DEV_GET_CONFIG/VDUSE_DEV_GET_STATUS
> 
> Cindy Lu (5):
>   vduse: Add new ioctl VDUSE_DEV_GET_CONFIG
>   vduse: Add new ioctl VDUSE_DEV_GET_STATUS
>   vduse: Add function to get/free the pages for reconnection
>   vduse: Add file operation for mmap
>   Documentation: Add reconnect process for VDUSE
> 
>  Documentation/userspace-api/vduse.rst |  32 +++++++
>  drivers/vdpa/vdpa_user/vduse_dev.c    | 125 ++++++++++++++++++++++++++
>  include/uapi/linux/vduse.h            |   5 ++
>  3 files changed, 162 insertions(+)
> 
> -- 
> 2.43.0


  parent reply	other threads:[~2024-02-22 19:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-07  5:43 [PATCH v4 0/5] vduse: Add support for reconnection Cindy Lu
2024-02-07  5:43 ` [PATCH v4 1/5] vduse: Add new ioctl VDUSE_DEV_GET_CONFIG Cindy Lu
2024-02-07  5:43 ` [PATCH v4 2/5] vduse: Add new ioctl VDUSE_DEV_GET_STATUS Cindy Lu
2024-02-07  5:43 ` [PATCH v4 3/5] vduse: Add function to get/free the pages for reconnection Cindy Lu
2024-02-07  5:43 ` [PATCH v4 4/5] vduse: Add file operation for mmap Cindy Lu
2024-03-08  6:07   ` Jason Wang
2024-03-08  7:27     ` Cindy Lu
2024-02-07  5:43 ` [PATCH v4 5/5] Documentation: Add reconnect process for VDUSE Cindy Lu
2024-03-04  5:11   ` Jason Wang
2024-03-05  7:50     ` Cindy Lu
2024-03-07  7:58     ` Michael S. Tsirkin
2024-02-22 19:18 ` Michael S. Tsirkin [this message]
2024-03-08  7:29   ` [PATCH v4 0/5] vduse: Add support for reconnection Cindy Lu
2024-03-19  6:37     ` Michael S. Tsirkin
2024-03-20  5:47       ` Cindy Lu
2024-03-08  6:07 ` Jason Wang
2024-03-08  7:26   ` Cindy Lu
2024-03-08  8:16     ` 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=20240222141559-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lulu@redhat.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=xieyongji@bytedance.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox