dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Tetsuya Mukawa <mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org>
To: dev-VfR2kkLFssw@public.gmane.org
Cc: nakajima.yoshihiro-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org,
	masutani.hitoshi-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org
Subject: [RFC PATCH 0/7] lib/librte_vhost: Add vhost-user extension
Date: Thu,  6 Nov 2014 20:14:24 +0900	[thread overview]
Message-ID: <1415272471-3299-1-git-send-email-mukawa@igel.co.jp> (raw)

Hi Xie,

Here are RFC patches to add vhost-user extension to librte_vhost.

It seems now you are merging a patch that fixes coding style of
librte_vhost.
Unfortunately my patches based on latest tree, so I will submit
again after your patch is acked.
Because of this, I haven't check coding style strictly. When I
rebase on your new patch, I will check coding style too.

Anyway, could you please check patches?

Thanks,
Tetsuya

Tetsuya Mukawa (7):
  lib/librte_vhost: Fix host_memory_map() to handle various memory
    regions
  lib/librte_vhost: Add an abstraction layer for vhost backends
  lib/librte_vhost: Add an abstraction layer tointerpret messages
  lib/librte_vhost: Move vhost vhost-cuse device list and accessor
    functions
  lib/librte_vhost: Add a vhost session abstraction
  lib/librte_vhost: Add vhost-cuse/user specific initialization
  lib/librte_vhost: Add vhost-user implementation

 lib/librte_vhost/Makefile          |   2 +-
 lib/librte_vhost/rte_virtio_net.h  |  49 ++-
 lib/librte_vhost/vhost-net-cdev.c  |  29 +-
 lib/librte_vhost/vhost-net-cdev.h  | 113 -------
 lib/librte_vhost/vhost-net-user.c  | 541 ++++++++++++++++++++++++++++++
 lib/librte_vhost/vhost-net.c       | 132 ++++++++
 lib/librte_vhost/vhost-net.h       | 127 +++++++
 lib/librte_vhost/vhost_rxtx.c      |   2 +-
 lib/librte_vhost/virtio-net-cdev.c | 624 ++++++++++++++++++++++++++++++++++
 lib/librte_vhost/virtio-net-user.c | 410 +++++++++++++++++++++++
 lib/librte_vhost/virtio-net.c      | 669 ++++++++-----------------------------
 11 files changed, 2032 insertions(+), 666 deletions(-)
 delete mode 100644 lib/librte_vhost/vhost-net-cdev.h
 create mode 100644 lib/librte_vhost/vhost-net-user.c
 create mode 100644 lib/librte_vhost/vhost-net.c
 create mode 100644 lib/librte_vhost/vhost-net.h
 create mode 100644 lib/librte_vhost/virtio-net-cdev.c
 create mode 100644 lib/librte_vhost/virtio-net-user.c

-- 
1.9.1

             reply	other threads:[~2014-11-06 11:14 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-06 11:14 Tetsuya Mukawa [this message]
     [not found] ` <1415272471-3299-1-git-send-email-mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org>
2014-11-06 11:14   ` [RFC PATCH 1/7] lib/librte_vhost: Fix host_memory_map() to handle various memory regions Tetsuya Mukawa
2014-11-06 11:14   ` [RFC PATCH 2/7] lib/librte_vhost: Add an abstraction layer for vhost backends Tetsuya Mukawa
2014-11-06 11:14   ` [RFC PATCH 3/7] lib/librte_vhost: Add an abstraction layer tointerpret messages Tetsuya Mukawa
     [not found]     ` <1415272471-3299-4-git-send-email-mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org>
2014-11-07 20:43       ` Xie, Huawei
     [not found]         ` <C37D651A908B024F974696C65296B57B0F2E4C8C-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-10  5:12           ` Tetsuya Mukawa
     [not found]             ` <54604943.5030601-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org>
2014-11-10  8:07               ` Xie, Huawei
     [not found]                 ` <C37D651A908B024F974696C65296B57B0F2EFFBC-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-10  8:44                   ` Tetsuya Mukawa
2014-11-06 11:14   ` [RFC PATCH 4/7] lib/librte_vhost: Move vhost vhost-cuse device list and accessor functions Tetsuya Mukawa
2014-11-06 11:14   ` [RFC PATCH 5/7] lib/librte_vhost: Add a vhost session abstraction Tetsuya Mukawa
2014-11-06 11:14   ` [RFC PATCH 6/7] lib/librte_vhost: Add vhost-cuse/user specific initialization Tetsuya Mukawa
2014-11-06 11:14   ` [RFC PATCH 7/7] lib/librte_vhost: Add vhost-user implementation Tetsuya Mukawa
     [not found]     ` <1415272471-3299-8-git-send-email-mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org>
2014-11-07 21:25       ` Xie, Huawei
     [not found]         ` <C37D651A908B024F974696C65296B57B0F2E4D05-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-10  5:11           ` Tetsuya Mukawa
     [not found]             ` <54604900.7070105-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org>
2014-11-10  8:18               ` Xie, Huawei
     [not found]                 ` <C37D651A908B024F974696C65296B57B0F2F001E-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-10  8:55                   ` Tetsuya Mukawa
2014-11-14  0:07       ` Xie, Huawei
     [not found]         ` <C37D651A908B024F974696C65296B57B0F30261A-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-14  4:41           ` Tetsuya Mukawa
2014-11-07  3:33   ` [RFC PATCH 0/7] lib/librte_vhost: Add vhost-user extension Xie, Huawei
     [not found]     ` <C37D651A908B024F974696C65296B57B0F2E3B9C-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-07  5:09       ` Tetsuya Mukawa
     [not found]         ` <545C5427.5040500-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org>
2014-11-07  5:24           ` Xie, Huawei
     [not found]             ` <C37D651A908B024F974696C65296B57B0F2E3C93-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-07  6:16               ` Tetsuya Mukawa

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=1415272471-3299-1-git-send-email-mukawa@igel.co.jp \
    --to=mukawa-alsx/un32fvpdbfq/vqriq@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=masutani.hitoshi-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org \
    --cc=nakajima.yoshihiro-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org \
    /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).