From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id DC5122904 for ; Wed, 23 Jan 2019 09:16:55 +0100 (CET) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x0N8GsTX002917; Wed, 23 Jan 2019 17:16:54 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 26C516395DE; Wed, 23 Jan 2019 17:16:54 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 0D4CB639559; Wed, 23 Jan 2019 17:16:54 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Wed, 23 Jan 2019 17:14:34 +0900 Message-Id: <1548231277-24464-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/3] Add vhost-user client mode X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2019 08:16:56 -0000 From: Yasufumi Ogawa 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