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 9E4FB2B83; Tue, 20 Nov 2018 13:30:36 +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 A5D0C30001F0; Tue, 20 Nov 2018 12:30:35 +0000 (UTC) Received: from [10.36.112.52] (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7E127607DB; Tue, 20 Nov 2018 12:30:33 +0000 (UTC) To: Ferruh Yigit , Thomas Monjalon Cc: Fan Zhang , dev@dpdk.org, stable@dpdk.org References: <20181119093831.54753-1-roy.fan.zhang@intel.com> From: Maxime Coquelin Message-ID: Date: Tue, 20 Nov 2018 13:30:31 +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: 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.40]); Tue, 20 Nov 2018 12:30:35 +0000 (UTC) Subject: Re: [dpdk-dev] [dpdk-stable] [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: Tue, 20 Nov 2018 12:30:36 -0000 On 11/20/18 1:28 PM, Ferruh Yigit wrote: > On 11/19/2018 9:49 AM, Maxime Coquelin wrote: >> >> >> 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 >> > > Applied to dpdk-next-net/master, thanks. > > (typo on title fixed while applying) > Thanks Ferruh, You may want to sync with Thomas, as I thought he was picking it yesterday.