From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 7211929CB; Mon, 19 Nov 2018 11:28:32 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Nov 2018 02:28:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,252,1539673200"; d="scan'208";a="109735383" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga002.jf.intel.com with ESMTP; 19 Nov 2018 02:28:30 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.131]) by IRSMSX103.ger.corp.intel.com ([169.254.3.253]) with mapi id 14.03.0415.000; Mon, 19 Nov 2018 10:28:26 +0000 From: "Kovacevic, Marko" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "maxime.coquelin@redhat.com" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: fix mismatch descriptorion Thread-Index: AQHUf+u4nh7nWBa19Ui1y5o0wVY1raVW5K3A Date: Mon, 19 Nov 2018 10:28:25 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F660205131D@IRSMSX104.ger.corp.intel.com> References: <20181119093831.54753-1-roy.fan.zhang@intel.com> In-Reply-To: <20181119093831.54753-1-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTJmNDhmNjctYmRlOC00N2NmLWExOTktMzhmNTE5M2YxNGMyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic3FtUVlKRHA5MWE0WEVoVnJsNUYwZ2xlTmNGUnBmYmY3QmZEUjRyTDhuVU5oUDVrOFhnOEVlVDBFWXNPMThLUSJ9 x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix mismatch descriptorion X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2018 10:28:33 -0000 > [dpdk-dev] [PATCH] doc: fix mismatch descriptorion Spelling mistake in the heading but that's fine it can be changed when appl= ied. > This patch fixes the mismatch keyword in vhost_crypto sample application > guide. >=20 > Fixes: 709521f4c2cd ("examples/vhost_crypto: support multi-core") > Cc: stable@dpdk.org >=20 > Signed-off-by: Fan Zhang > --- > doc/guides/sample_app_ug/vhost_crypto.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/guides/sample_app_ug/vhost_crypto.rst > b/doc/guides/sample_app_ug/vhost_crypto.rst > index 3db57eab9..bbc25bde1 100644 > --- a/doc/guides/sample_app_ug/vhost_crypto.rst > +++ b/doc/guides/sample_app_ug/vhost_crypto.rst > @@ -30,7 +30,7 @@ Start the vhost_crypto example >=20 > ./vhost_crypto [EAL options] -- > --config (lcore,cdev-id,queue-id)[,(lcore,cdev-id,queue-id)] > - --socketfile lcore,PATH > + --socket-file lcore,PATH > [--zero-copy] > [--guest-polling] >=20 Acked-by: Marko Kovacevic