DPDK patches and discussions
 help / color / mirror / Atom feed
From: Cindy Lu <lulu@redhat.com>
To: lulu@redhat.com, jasowang@redhat.com, xieyongji@bytedance.com,
	dev@dpdk.org, maxime.coquelin@redhat.com
Subject: [RFC v1 0/2] Vduse: Add support for reconncect
Date: Mon, 18 Sep 2023 09:57:48 +0800	[thread overview]
Message-ID: <20230918015750.438462-1-lulu@redhat.com> (raw)

Hi All
this patch is add support for reconnection
This patch changes based on Maxime's patch
https://gitlab.com/mcoquelin/dpdk-next-virtio/-/commit/a89dc311f2d03e99b8180f377b4a60a0e94
The biggest change is sync the information with kernel by mmap

the kernel is based on
https://gitlab.com/lulu6/vhost/-/tree/vduse4

test passed in vduse+dpdk-testpmd

Cindy Lu (1):
  vduse: add mapping process in vduse create and destroy

Maxime Coquelin (1):
  vhost: add reconnection support to VDUSE (WIP)

 lib/vhost/vduse.c           | 191 +++++++++++++++++++++++++++---------
 lib/vhost/vhost.h           |  21 ++++
 lib/vhost/virtio_net.c      |  22 +++++
 lib/vhost/virtio_net_ctrl.c |   4 +
 4 files changed, 194 insertions(+), 44 deletions(-)

-- 
2.34.3


             reply	other threads:[~2023-09-18  1:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18  1:57 Cindy Lu [this message]
2023-09-18  1:57 ` [RFC v1 1/2] vduse: add mapping process in vduse create and destroy Cindy Lu
2023-09-18  1:57 ` [RFC v1 2/2] vhost: add reconnection support to VDUSE (WIP) Cindy Lu

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=20230918015750.438462-1-lulu@redhat.com \
    --to=lulu@redhat.com \
    --cc=dev@dpdk.org \
    --cc=jasowang@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;
as well as URLs for NNTP newsgroup(s).