DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: fix mismatch descriptorion
@ 2018-11-19  9:38 Fan Zhang
  2018-11-19  9:49 ` Maxime Coquelin
  2018-11-19 10:28 ` [dpdk-dev] " Kovacevic, Marko
  0 siblings, 2 replies; 5+ messages in thread
From: Fan Zhang @ 2018-11-19  9:38 UTC (permalink / raw)
  To: dev; +Cc: maxime.coquelin, stable

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 <roy.fan.zhang@intel.com>
---
 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]
 
-- 
2.13.6

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix mismatch descriptorion
  2018-11-19  9:38 [dpdk-dev] [PATCH] doc: fix mismatch descriptorion Fan Zhang
@ 2018-11-19  9:49 ` Maxime Coquelin
  2018-11-20 12:28   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
  2018-11-19 10:28 ` [dpdk-dev] " Kovacevic, Marko
  1 sibling, 1 reply; 5+ messages in thread
From: Maxime Coquelin @ 2018-11-19  9:49 UTC (permalink / raw)
  To: Fan Zhang, dev; +Cc: stable



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 <roy.fan.zhang@intel.com>
> ---
>   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 <maxime.coquelin@redhat.com>

Thanks,
Maxime

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix mismatch descriptorion
  2018-11-19  9:38 [dpdk-dev] [PATCH] doc: fix mismatch descriptorion Fan Zhang
  2018-11-19  9:49 ` Maxime Coquelin
@ 2018-11-19 10:28 ` Kovacevic, Marko
  1 sibling, 0 replies; 5+ messages in thread
From: Kovacevic, Marko @ 2018-11-19 10:28 UTC (permalink / raw)
  To: Zhang, Roy Fan, dev; +Cc: maxime.coquelin, stable

> [dpdk-dev] [PATCH] doc: fix mismatch descriptorion

Spelling mistake in the heading but that's fine it can be changed when applied.

> 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 <roy.fan.zhang@intel.com>
> ---
>  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]
> 

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] doc: fix mismatch descriptorion
  2018-11-19  9:49 ` Maxime Coquelin
@ 2018-11-20 12:28   ` Ferruh Yigit
  2018-11-20 12:30     ` Maxime Coquelin
  0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2018-11-20 12:28 UTC (permalink / raw)
  To: Maxime Coquelin, Fan Zhang, dev; +Cc: stable

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 <roy.fan.zhang@intel.com>
>> ---
>>   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 <maxime.coquelin@redhat.com>
> 

Applied to dpdk-next-net/master, thanks.

(typo on title fixed while applying)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] doc: fix mismatch descriptorion
  2018-11-20 12:28   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
@ 2018-11-20 12:30     ` Maxime Coquelin
  0 siblings, 0 replies; 5+ messages in thread
From: Maxime Coquelin @ 2018-11-20 12:30 UTC (permalink / raw)
  To: Ferruh Yigit, Thomas Monjalon; +Cc: Fan Zhang, dev, stable



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 <roy.fan.zhang@intel.com>
>>> ---
>>>    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 <maxime.coquelin@redhat.com>
>>
> 
> 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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-20 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19  9:38 [dpdk-dev] [PATCH] doc: fix mismatch descriptorion Fan Zhang
2018-11-19  9:49 ` Maxime Coquelin
2018-11-20 12:28   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2018-11-20 12:30     ` Maxime Coquelin
2018-11-19 10:28 ` [dpdk-dev] " Kovacevic, Marko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).