From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 25/41] net/dpaa: add support for Tx and Rx queue setup Date: Mon, 18 Sep 2017 15:55:50 +0100 Message-ID: <065975c7-b471-2994-b0fe-f17c9fa76ab5@intel.com> References: <20170823141213.25476-1-shreyansh.jain@nxp.com> <20170909112132.13936-1-shreyansh.jain@nxp.com> <20170909112132.13936-26-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 mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E8F9E1B160 for ; Mon, 18 Sep 2017 16:55:54 +0200 (CEST) In-Reply-To: <20170909112132.13936-26-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: Hemant Agrawal > Signed-off-by: Shreyansh Jain <...> > + > +/* Handle all mbufs on an external pool (non-dpaa2) */ minor typo, but is intention dpaa ? > +static inline uint16_t > +tx_on_external_pool(struct qman_fq *txq, struct rte_mbuf *mbuf, > + struct qm_fd *fd_arr) > +{ <...> > @@ -185,6 +185,7 @@ endif # CONFIG_RTE_LIBRTE_DPAA2_PMD > > ifeq ($(CONFIG_RTE_LIBRTE_DPAA_PMD),y) > _LDLIBS-$(CONFIG_RTE_LIBRTE_DPAA_PMD) += -lrte_bus_dpaa > +_LDLIBS-$(CONFIG_RTE_LIBRTE_DPAA_PMD) += -lrte_mempool_dpaa This should go to patch that introduces mempool. > endif > > endif # !CONFIG_RTE_BUILD_SHARED_LIBS >