From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 07960A00E6 for ; Thu, 11 Jul 2019 17:33:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AE5491B945; Thu, 11 Jul 2019 17:33:48 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 80204397D; Thu, 11 Jul 2019 17:33:47 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jul 2019 08:33:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,479,1557212400"; d="scan'208";a="174184354" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.185]) by FMSMGA003.fm.intel.com with ESMTP; 11 Jul 2019 08:33:45 -0700 Date: Fri, 12 Jul 2019 06:15:34 +0800 From: Ye Xiaolong To: David Marchand Cc: dev@dpdk.org, julikmilan@gmail.com, stable@dpdk.org, Qi Zhang , John McNamara , Marko Kovacevic Message-ID: <20190711221534.GB42493@intel.com> References: <1562833129-4003-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1562833129-4003-1-git-send-email-david.marchand@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-stable] [PATCH] doc: remove invalid parameter from af_xdp example X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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 >--- > 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 Thanks, Xiaolong