From patchwork Wed Oct 21 09:41:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ciara Loftus X-Patchwork-Id: 533704 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (unknown [IPv6:2600:3c00::f03c:91ff:fe6e:bdf7]) by ozlabs.org (Postfix) with ESMTP id D1A471401DA for ; Wed, 21 Oct 2015 20:41:50 +1100 (AEDT) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id D887D10617; Wed, 21 Oct 2015 02:41:49 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx3v1.cudamail.com (mx3.cudamail.com [64.34.241.5]) by archives.nicira.com (Postfix) with ESMTPS id EB217103B1 for ; Wed, 21 Oct 2015 02:41:47 -0700 (PDT) Received: from bar4.cudamail.com (bar2 [192.168.15.2]) by mx3v1.cudamail.com (Postfix) with ESMTP id 767CF6184D7 for ; Wed, 21 Oct 2015 03:41:47 -0600 (MDT) X-ASG-Debug-ID: 1445420506-03dc210f92160790001-byXFYA Received: from mx3-pf2.cudamail.com ([192.168.14.1]) by bar4.cudamail.com with ESMTP id lu43QmILZn4bEOV1 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 21 Oct 2015 03:41:46 -0600 (MDT) X-Barracuda-Envelope-From: cloftus@ecsmtp.ir.intel.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.14.1 Received: from unknown (HELO mga14.intel.com) (192.55.52.115) by mx3-pf2.cudamail.com with SMTP; 21 Oct 2015 09:41:40 -0000 Received-SPF: none (mx3-pf2.cudamail.com: domain at ecsmtp.ir.intel.com does not designate permitted sender hosts) X-Barracuda-Apparent-Source-IP: 192.55.52.115 X-Barracuda-RBL-IP: 192.55.52.115 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 21 Oct 2015 02:41:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,711,1437462000"; d="scan'208";a="815995111" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 21 Oct 2015 02:41:41 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t9L9fcmo027797 for ; Wed, 21 Oct 2015 10:41:38 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t9L9fcCC013482 for ; Wed, 21 Oct 2015 10:41:38 +0100 Received: (from cloftus@localhost) by sivswdev01.ir.intel.com with id t9L9fcAP013477 for dev@openvswitch.org; Wed, 21 Oct 2015 10:41:38 +0100 X-CudaMail-Envelope-Sender: cloftus@ecsmtp.ir.intel.com From: Ciara Loftus To: dev@openvswitch.org X-CudaMail-MID: CM-V2-1020003693 X-CudaMail-DTE: 102115 X-CudaMail-Originating-IP: 192.55.52.115 Date: Wed, 21 Oct 2015 10:41:38 +0100 X-ASG-Orig-Subj: [##CM-V2-1020003693##][PATCH] netdev-dpdk: Fix comment about vhost cuse/user vswitchd arguments Message-Id: <1445420498-13446-1-git-send-email-ciara.loftus@intel.com> X-Mailer: git-send-email 1.7.4.1 X-GBUdb-Analysis: 0, 192.55.52.115, Ugly c=0.113212 p=-0.333333 Source Normal X-MessageSniffer-Rules: 0-0-0-3567-c X-Barracuda-Connect: UNKNOWN[192.168.14.1] X-Barracuda-Start-Time: 1445420506 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.60 X-Barracuda-Spam-Status: No, SCORE=0.60 using per-user scores of TAG_LEVEL=3.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=3.0 tests=BSF_SC5_MJ1963, RDNS_NONE X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.23682 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.10 RDNS_NONE Delivered to trusted network by a host with no rDNS 0.50 BSF_SC5_MJ1963 Custom Rule MJ1963 Subject: [ovs-dev] [PATCH] netdev-dpdk: Fix comment about vhost cuse/user vswitchd arguments X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Ciara Loftus --- lib/netdev-dpdk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index 93b0589..ea2d9f3 100644 --- a/lib/netdev-dpdk.c +++ b/lib/netdev-dpdk.c @@ -2111,9 +2111,9 @@ process_vhost_flags(char *flag, char *default_val, int size, * flag if it is provided on the vswitchd command line, otherwise resort to * a default value. * - * For vhost-user: Process "-cuse_dev_name" to set the custom location of + * For vhost-user: Process "-vhost_sock_dir" to set the custom location of * the vhost-user socket(s). - * For vhost-cuse: Process "-vhost_sock_dir" to set the custom name of the + * For vhost-cuse: Process "-cuse_dev_name" to set the custom name of the * vhost-cuse character device. */ if (!strcmp(argv[1], flag) && (strlen(argv[2]) <= size)) {