From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/octeontx: register fpa as platform HW mempool Date: Mon, 5 Feb 2018 10:34:00 +0000 Message-ID: References: <20180122154507.14617-1-pbhagavatula@caviumnetworks.com> <20180204153309.17312-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pavan Nikhilesh , jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 5D3FB1B333 for ; Mon, 5 Feb 2018 11:34:03 +0100 (CET) In-Reply-To: <20180204153309.17312-1-pbhagavatula@caviumnetworks.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 2/4/2018 3:33 PM, Pavan Nikhilesh wrote: > Register octeontx-fpavf as platform HW mempool when net/octeontx pmd is > used. > > Signed-off-by: Pavan Nikhilesh > --- > > v2 Changes: > - fixed compilation issues caused by using experimental API in both meson and > make. > > drivers/net/octeontx/Makefile | 2 ++ > drivers/net/octeontx/meson.build | 2 ++ Meson patches are still going through the Bruce's tree. Can you please make this two separate patches (not patchset), I can get the driver one and Makefile, Bruce can get meson one. Thanks, ferruh