From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 4A80B29D2; Mon, 19 Nov 2018 10:49:54 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 99BAC3001BD8; Mon, 19 Nov 2018 09:49:53 +0000 (UTC) Received: from [10.36.112.35] (ovpn-112-35.ams2.redhat.com [10.36.112.35]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 579485D9CD; Mon, 19 Nov 2018 09:49:52 +0000 (UTC) To: Fan Zhang , dev@dpdk.org Cc: stable@dpdk.org References: <20181119093831.54753-1-roy.fan.zhang@intel.com> From: Maxime Coquelin Message-ID: Date: Mon, 19 Nov 2018 10:49:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181119093831.54753-1-roy.fan.zhang@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Mon, 19 Nov 2018 09:49:53 +0000 (UTC) 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 09:49:54 -0000 On 11/19/18 10:38 AM, Fan Zhang wrote: > This patch fixes the mismatch keyword in vhost_crypto sample > application guide. > > Fixes: 709521f4c2cd ("examples/vhost_crypto: support multi-core") > Cc: stable@dpdk.org > > Signed-off-by: Fan Zhang > --- > doc/guides/sample_app_ug/vhost_crypto.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > > ./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] > > Reviewed-by: Maxime Coquelin Thanks, Maxime