Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/3] Add vhost-user client mode
@ 2019-01-23  8:14 ogawa.yasufumi
  2019-01-23  8:14 ` [spp] [PATCH 1/3] shared: add vhost-user client support ogawa.yasufumi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ogawa.yasufumi @ 2019-01-23  8:14 UTC (permalink / raw)
  To: ferruh.yigit, spp, ogawa.yasufumi

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Hi,

Vhost-user in DPDK supports the client mode as described in [1].
Although it is already implemented in spp_vf and its siblings, not yet
in `add_vhost_pmd()` in shared library.

This series of patches is to add the client mode to `add_vhost_pmd()`
and enable to use from the rest of secondary processes supporting vhost
PMD.

[1] http://doc.dpdk.org/guides/sample_app_ug/vhost.html

Thanks,
Yasufumi

Yasufumi Ogawa (3):
  shared: add vhost-user client support
  spp_nfv: add vhost-client option
  shared: fix typo in a log message

 src/nfv/main.c                  | 27 +++++++++++++++++++++++++--
 src/shared/secondary/add_port.c |  6 +++++-
 src/shared/secondary/add_port.h |  2 ++
 src/shared/secondary/utils.c    |  2 +-
 4 files changed, 33 insertions(+), 4 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-23  8:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23  8:14 [spp] [PATCH 0/3] Add vhost-user client mode ogawa.yasufumi
2019-01-23  8:14 ` [spp] [PATCH 1/3] shared: add vhost-user client support ogawa.yasufumi
2019-01-23  8:14 ` [spp] [PATCH 2/3] spp_nfv: add vhost-client option ogawa.yasufumi
2019-01-23  8:14 ` [spp] [PATCH 3/3] shared: fix typo in a log message ogawa.yasufumi

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).