From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ye Xiaolong Subject: Re: [PATCH v1 6/6] app/testpmd: add mempool flags parameter Date: Tue, 12 Mar 2019 23:10:52 +0800 Message-ID: <20190312151052.GB46228@intel.com> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190301080947.91086-7-xiaolong.ye@intel.com> <350ae517-62cd-c7fc-5978-6c931366eff6@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Qi Zhang To: Ferruh Yigit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 262BC11A4 for ; Tue, 12 Mar 2019 16:14:22 +0100 (CET) Content-Disposition: inline In-Reply-To: <350ae517-62cd-c7fc-5978-6c931366eff6@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 03/11, Ferruh Yigit wrote: >On 3/1/2019 8:09 AM, Xiaolong Ye wrote: >> When create rte_mempool, flags can be parsed from command line. >> Now, it is possible for testpmd to create a af_xdp friendly >> mempool (which enable zero copy). >> >> Signed-off-by: Qi Zhang >> Signed-off-by: Xiaolong Ye >> --- >> app/test-pmd/parameters.c | 12 ++++++++++++ >> app/test-pmd/testpmd.c | 17 ++++++++++------- >> app/test-pmd/testpmd.h | 1 + > >Can you please document new added command line option in >doc/guides/testpmd_app_ug/run_app.rst ? Got it, will add in next version. Thanks, Xiaolong >