From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2019 08:14:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,471,1544515200"; d="scan'208";a="210004458" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.206]) by orsmga001.jf.intel.com with ESMTP; 12 Mar 2019 08:14:20 -0700 Date: Tue, 12 Mar 2019 23:10:52 +0800 From: Ye Xiaolong To: Ferruh Yigit Cc: dev@dpdk.org, Qi Zhang 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 Content-Disposition: inline In-Reply-To: <350ae517-62cd-c7fc-5978-6c931366eff6@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v1 6/6] app/testpmd: add mempool flags parameter 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: Tue, 12 Mar 2019 15:14:23 -0000 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 >