From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 1/3] ether: support runtime queue setup Date: Tue, 24 Apr 2018 21:36:19 +0200 Message-ID: <2014014.MPIIikSFdI@xps> References: <20180212045314.171616-1-qi.z.zhang@intel.com> <20180408024221.228450-2-qi.z.zhang@intel.com> <9581683.2joz8NotYG@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, konstantin.ananyev@intel.com, beilei.xing@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com, ferruh.yigit@intel.com, declan.doherty@intel.com To: Qi Zhang Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 8B2661D7 for ; Tue, 24 Apr 2018 21:36:22 +0200 (CEST) In-Reply-To: <9581683.2joz8NotYG@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/04/2018 15:59, Thomas Monjalon: > > --- a/lib/librte_ether/rte_ethdev.h > > +++ b/lib/librte_ether/rte_ethdev.h > > +#define DEV_RUNTIME_RX_QUEUE_SETUP 0x00000001 > > +/**< Deferred setup rx queue */ > > +#define DEV_RUNTIME_TX_QUEUE_SETUP 0x00000002 > > +/**< Deferred setup tx queue */ > > Please use RTE_ETH_ prefix. Qi, you missed this comment. It must be fixed by a new patch, please. And the field must mention the related flags prefix.