From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 11/41] bus/dpaa: add QMan driver core routines Date: Mon, 18 Sep 2017 15:53:00 +0100 Message-ID: References: <20170823141213.25476-1-shreyansh.jain@nxp.com> <20170909112132.13936-1-shreyansh.jain@nxp.com> <20170909112132.13936-12-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: hemant.agrawal@nxp.com To: Shreyansh Jain , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7B8AD199B0 for ; Mon, 18 Sep 2017 16:53:04 +0200 (CEST) In-Reply-To: <20170909112132.13936-12-shreyansh.jain@nxp.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 9/9/2017 12:21 PM, Shreyansh Jain wrote: > Signed-off-by: Geoff Thorpe > Signed-off-by: Roy Pledge > Signed-off-by: Hemant Agrawal > Signed-off-by: Shreyansh Jain <...> > +#ifdef RTE_LIBRTE_DPAA_CHECKING This is not defined anywhere, it looks this will come from config file in further patches, config file update can be moved to this patch. > + eqcr->busy = 0; > + eqcr->pmode = pmode; > +#endif <...>