mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Cindy Lu <lulu@redhat.com>
To: lulu@redhat.com, jasowang@redhat.com, mst@redhat.com,
	xieyongji@bytedance.com, linux-kernel@vger.kernel.org,
	maxime.coquelin@redhat.com
Subject: [PATCH v3 7/7] Documentation: Add reconnect process for VDUSE
Date: Tue,  5 Dec 2023 16:34:44 +0800	[thread overview]
Message-ID: <20231205083444.3029239-8-lulu@redhat.com> (raw)
In-Reply-To: <20231205083444.3029239-1-lulu@redhat.com>

Add a document explaining the reconnect process, including what the
Userspace App needs to do and how it works with the kernel.

Signed-off-by: Cindy Lu <lulu@redhat.com>
---
 Documentation/userspace-api/vduse.rst | 30 +++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/Documentation/userspace-api/vduse.rst b/Documentation/userspace-api/vduse.rst
index bdb880e01132..ec66e573f6da 100644
--- a/Documentation/userspace-api/vduse.rst
+++ b/Documentation/userspace-api/vduse.rst
@@ -231,3 +231,33 @@ able to start the dataplane processing as follows:
    after the used ring is filled.
 
 For more details on the uAPI, please see include/uapi/linux/vduse.h.
+
+HOW VDUSE devices reconnectoin works
+----------------
+0. Userspace APP checks if the device /dev/vduse/vduse_name exists.
+   If it does not exist, need to create the instance.
+   If it does exist, it means this is a reconnect and the program proceeds to step 3.
+
+1. Create a new VDUSE instance with ioctl(VDUSE_CREATE_DEV) on
+   /dev/vduse/control.
+
+2. When the ioctl(VDUSE_CREATE_DEV) function is called, the kernel allocates memory
+   to synchronize the reconnect information.
+
+3. Userspace App need to mmap the pages to userspace
+
+   When connecting for the first time, the userspace app must save the reconnect
+   information (struct vhost_reconnect_data) in mapped pages
+
+   If this is reconnect,If the purpose is to reconnect, the userspace application
+   must verify if the saved information is suitable for reconnection. Additionally,
+   the userspace application is required to set the "reconnected" bit in the
+   "struct vhost_reconnect_data" to "VDUSE_RECONNECT". The kernel will use this bit
+   to identify if the userspace application is reconnect.
+
+4. Start the userspace App.
+   userspace APP will call ioctl VDUSE_VQ_GET_INFO to sync the vq information.
+   Additionally, the APP must save the vq reconnect information (struct vdpa_vq_state)
+   in mapped pages while running.
+
+5. When the Userspace App exits, it is necessary to unmap all the reconnect pages.
-- 
2.34.3


  parent reply	other threads:[~2023-12-05  8:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05  8:34 [PATCH v3 0/7] vduse: Add support for reconnection Cindy Lu
2023-12-05  8:34 ` [PATCH v3 1/7] vdpa: Move struct vdpa_vq_state to uAPI Cindy Lu
2023-12-05  8:34 ` [PATCH v3 2/7] vduse: Add new uAPI for vduse reconnection Cindy Lu
2023-12-07  8:46   ` Jason Wang
2023-12-05  8:34 ` [PATCH v3 3/7] vduse: Add new ioctl VDUSE_DEV_GET_CONFIG Cindy Lu
2023-12-05  8:34 ` [PATCH v3 4/7] vduse: Add function to get/free the pages for reconnection Cindy Lu
2023-12-07  8:46   ` Jason Wang
2023-12-05  8:34 ` [PATCH v3 5/7] vduse: Add file operation for mmap Cindy Lu
2023-12-07  8:46   ` Jason Wang
2023-12-05  8:34 ` [PATCH v3 6/7] vduse: Update the vq_info in ioctl VDUSE_VQ_GET_INFO Cindy Lu
2023-12-07  8:46   ` Jason Wang
2023-12-05  8:34 ` Cindy Lu [this message]
2023-12-07  8:46   ` [PATCH v3 7/7] Documentation: Add reconnect process for VDUSE 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=20231205083444.3029239-8-lulu@redhat.com \
    --to=lulu@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxime.coquelin@redhat.com \
    --cc=mst@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

all inboxes | Powered by JetHome®