From patchwork Thu Jul 11 08:18:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 56321 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DD1C1532C; Thu, 11 Jul 2019 10:19:13 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 0A7E94C8E; Thu, 11 Jul 2019 10:19:12 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 61652C05566E; Thu, 11 Jul 2019 08:19:11 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-39.brq.redhat.com [10.40.204.39]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5DA641001B05; Thu, 11 Jul 2019 08:19:09 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: julikmilan@gmail.com, stable@dpdk.org, Xiaolong Ye , Qi Zhang , John McNamara , Marko Kovacevic Date: Thu, 11 Jul 2019 10:18:49 +0200 Message-Id: <1562833129-4003-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 11 Jul 2019 08:19:11 +0000 (UTC) Subject: [dpdk-dev] [PATCH] doc: remove invalid parameter from af_xdp example 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Acked-by: Xiaolong Ye --- 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