From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v1 6/6] app/testpmd: add mempool flags parameter Date: Fri, 1 Mar 2019 10:34:34 -0800 Message-ID: <20190301103434.45f0e4f3@shemminger-XPS-13-9360> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190301080947.91086-7-xiaolong.ye@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Qi Zhang To: Xiaolong Ye Return-path: Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id C21682BF4 for ; Fri, 1 Mar 2019 19:34:37 +0100 (CET) Received: by mail-pg1-f196.google.com with SMTP id b2so11823289pgl.9 for ; Fri, 01 Mar 2019 10:34:37 -0800 (PST) In-Reply-To: <20190301080947.91086-7-xiaolong.ye@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 Fri, 1 Mar 2019 16:09:47 +0800 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 Please don't expose numeric values to user api