patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] doc: remove invalid parameter from af_xdp example
@ 2019-07-11  8:18 David Marchand
  2019-07-11 22:15 ` Ye Xiaolong
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2019-07-11  8:18 UTC (permalink / raw)
  To: dev
  Cc: julikmilan, stable, Xiaolong Ye, Qi Zhang, John McNamara,
	Marko Kovacevic

queue= parameter does not exist.
It might have been the previous name of the queue_count parameter, but
anyway, the default value 1 for the number of queues works fine.

Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 doc/guides/nics/af_xdp.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/af_xdp.rst b/doc/guides/nics/af_xdp.rst
index c99c4c7..ec46f08 100644
--- a/doc/guides/nics/af_xdp.rst
+++ b/doc/guides/nics/af_xdp.rst
@@ -56,4 +56,4 @@ The following example will set up an af_xdp interface in DPDK:
 
 .. code-block:: console
 
-    --vdev net_af_xdp,iface=ens786f1,queue=0
+    --vdev net_af_xdp,iface=ens786f1
-- 
1.8.3.1


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

* Re: [dpdk-stable] [PATCH] doc: remove invalid parameter from af_xdp example
  2019-07-11  8:18 [dpdk-stable] [PATCH] doc: remove invalid parameter from af_xdp example David Marchand
@ 2019-07-11 22:15 ` Ye Xiaolong
  2019-07-12 13:40   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Ye Xiaolong @ 2019-07-11 22:15 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, julikmilan, stable, Qi Zhang, John McNamara, Marko Kovacevic

On 07/11, David Marchand wrote:
>queue= parameter does not exist.
>It might have been the previous name of the queue_count parameter, but
>anyway, the default value 1 for the number of queues works fine.
>
>Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD")
>Cc: stable@dpdk.org
>
>Signed-off-by: David Marchand <david.marchand@redhat.com>
>---
> doc/guides/nics/af_xdp.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/doc/guides/nics/af_xdp.rst b/doc/guides/nics/af_xdp.rst
>index c99c4c7..ec46f08 100644
>--- a/doc/guides/nics/af_xdp.rst
>+++ b/doc/guides/nics/af_xdp.rst
>@@ -56,4 +56,4 @@ The following example will set up an af_xdp interface in DPDK:
> 
> .. code-block:: console
> 
>-    --vdev net_af_xdp,iface=ens786f1,queue=0
>+    --vdev net_af_xdp,iface=ens786f1
>-- 
>1.8.3.1
>

Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

Thanks,
Xiaolong

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

* Re: [dpdk-stable] [PATCH] doc: remove invalid parameter from af_xdp example
  2019-07-11 22:15 ` Ye Xiaolong
@ 2019-07-12 13:40   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2019-07-12 13:40 UTC (permalink / raw)
  To: Ye Xiaolong, David Marchand
  Cc: dev, julikmilan, stable, Qi Zhang, John McNamara, Marko Kovacevic

On 7/11/2019 11:15 PM, Ye Xiaolong wrote:
> On 07/11, David Marchand wrote:
>> queue= parameter does not exist.
>> It might have been the previous name of the queue_count parameter, but
>> anyway, the default value 1 for the number of queues works fine.
>>
>> Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD")
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: David Marchand <david.marchand@redhat.com>
>> ---
>> doc/guides/nics/af_xdp.rst | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/doc/guides/nics/af_xdp.rst b/doc/guides/nics/af_xdp.rst
>> index c99c4c7..ec46f08 100644
>> --- a/doc/guides/nics/af_xdp.rst
>> +++ b/doc/guides/nics/af_xdp.rst
>> @@ -56,4 +56,4 @@ The following example will set up an af_xdp interface in DPDK:
>>
>> .. code-block:: console
>>
>> -    --vdev net_af_xdp,iface=ens786f1,queue=0
>> +    --vdev net_af_xdp,iface=ens786f1
>> -- 
>> 1.8.3.1
>>
> 
> Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

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

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

end of thread, other threads:[~2019-07-12 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11  8:18 [dpdk-stable] [PATCH] doc: remove invalid parameter from af_xdp example David Marchand
2019-07-11 22:15 ` Ye Xiaolong
2019-07-12 13:40   ` Ferruh Yigit

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).