[dpdk-dev] [PATCH] doc: remove invalid parameter from af_xdp example
David Marchand
david.marchand at redhat.com
Thu Jul 11 10:18:49 CEST 2019
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 at dpdk.org
Signed-off-by: David Marchand <david.marchand at 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
More information about the dev
mailing list