From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1 6/6] app/testpmd: add mempool flags parameter Date: Mon, 11 Mar 2019 16:46:53 +0000 Message-ID: <350ae517-62cd-c7fc-5978-6c931366eff6@intel.com> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190301080947.91086-7-xiaolong.ye@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Qi Zhang To: Xiaolong Ye , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3C2A42C24 for ; Mon, 11 Mar 2019 17:46:55 +0100 (CET) In-Reply-To: <20190301080947.91086-7-xiaolong.ye@intel.com> Content-Language: en-US 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 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 ?