From patchwork Tue Sep 5 15:21:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rami Rosen X-Patchwork-Id: 810199 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xmr622SKxz9ryQ for ; Wed, 6 Sep 2017 01:21:30 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id D2737B4B; Tue, 5 Sep 2017 15:21:28 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 1688DB14 for ; Tue, 5 Sep 2017 15:21:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 93DE6432 for ; Tue, 5 Sep 2017 15:21:26 +0000 (UTC) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2017 08:21:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,480,1498546800"; d="scan'208";a="147699335" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga005.fm.intel.com with ESMTP; 05 Sep 2017 08:21:25 -0700 Received: from PAE-i-server5.iil.intel.com (pae-i-server5.iil.intel.com [143.185.141.162]) by imail001.iil.intel.com with ESMTP id v85FLRmL017948; Tue, 5 Sep 2017 18:21:27 +0300 From: Rami Rosen To: dev@openvswitch.org Date: Tue, 5 Sep 2017 18:21:52 +0300 Message-Id: <20170905152152.6515-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.11.0 X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD autolearn=disabled version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Rami Rosen Subject: [ovs-dev] [PATCH] docs: fix a typo in vhost-user documentation. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org This patch fixes a trivial typo in vhost-user documentation: the path to the second socket should be /tmp/dpdkvhostclient1 and not /tmp/dpdkvhostclient0. Signed-off-by: Rami Rosen --- Documentation/topics/dpdk/vhost-user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst index a3d5de382..d2942034d 100644 --- a/Documentation/topics/dpdk/vhost-user.rst +++ b/Documentation/topics/dpdk/vhost-user.rst @@ -44,7 +44,7 @@ existing bridge called ``br0``:: For the above examples to work, an appropriate server socket must be created at the paths specified (``/tmp/dpdkvhostclient0`` and -``/tmp/dpdkvhostclient0``). These sockets can be created with QEMU; see the +``/tmp/dpdkvhostclient1``). These sockets can be created with QEMU; see the :ref:`vhost-user client ` section for details. vhost-user vs. vhost-user-client