From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6758F1B05 for ; Fri, 25 May 2018 10:27:19 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 May 2018 01:27:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,439,1520924400"; d="scan'208";a="53755185" Received: from debian.sh.intel.com (HELO debian) ([10.67.104.203]) by orsmga003.jf.intel.com with ESMTP; 25 May 2018 01:27:16 -0700 Date: Fri, 25 May 2018 16:27:37 +0800 From: Tiwei Bie To: Ferruh Yigit Cc: maxime.coquelin@redhat.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, dev@dpdk.org, Wenzhuo Lu Message-ID: <20180525082736.GA4935@debian> References: <20180525061748.16184-1-tiwei.bie@intel.com> <5534310e-3539-87d8-95c9-befc1c4c9b4f@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5534310e-3539-87d8-95c9-befc1c4c9b4f@intel.com> User-Agent: Mutt/1.9.5 (2018-04-13) Subject: Re: [dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide 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: , X-List-Received-Date: Fri, 25 May 2018 08:27:19 -0000 On Fri, May 25, 2018 at 09:20:08AM +0100, Ferruh Yigit wrote: > On 5/25/2018 7:17 AM, Tiwei Bie wrote: > > Signed-off-by: Tiwei Bie > > <...> > > > @@ -252,7 +252,7 @@ The corresponding callbacks are: > > Example of using the vector version of the virtio poll mode driver in > > ``testpmd``:: > > > > - testpmd -l 0-2 -n 4 -- -i --txqflags=0xF01 --rxq=1 --txq=1 --nb-cores=1 > > + testpmd -l 0-2 -n 4 -- -i --tx-offloads=0x0 --rxq=1 --txq=1 --nb-cores=1 > > Thanks, I missed this one, there are a few occurrence of "--txqflags" [1]. > > Tiwei would you mind sending another patch for those? > In below context "--txqflags" is not really focus, I think we can just remove it > without replacing with "--tx-offloads" No problem. I will do it now. :) Best regards, Tiwei Bie > > Thanks, > ferruh > > > [1] > doc/guides/contributing/documentation.rst: -- -i --txqflags=0x0 > --enable-hw-vlan --enable-lro \ > doc/guides/howto/vfd.rst: testpmd -l 0-7 -n 4 -- -i --txqflags=0 > doc/guides/howto/vfd.rst: testpmd -l 0-7 -n 4 -- -i --txqflags=0 > doc/guides/howto/virtio_user_as_exceptional_path.rst: -- -i > --txqflags=0x0 --enable-lro \ > doc/guides/howto/virtio_user_as_exceptional_path.rst: -- -i > --txqflags=0x0 --enable-lro \ > doc/guides/howto/virtio_user_for_container_networking.rst: -- -i > --txqflags=0xf00 --disable-hw-vlan