From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B8F9C1B67E for ; Mon, 5 Feb 2018 19:55:15 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2018 10:55:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,465,1511856000"; d="scan'208";a="25010510" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by FMSMGA003.fm.intel.com with ESMTP; 05 Feb 2018 10:55:13 -0800 To: Bruce Richardson Cc: Pavan Nikhilesh , jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com, dev@dpdk.org References: <20180122154507.14617-1-pbhagavatula@caviumnetworks.com> <20180204153309.17312-1-pbhagavatula@caviumnetworks.com> <20180205114657.GB19776@bricha3-MOBL3.ger.corp.intel.com> From: Ferruh Yigit Message-ID: <102db2bb-93c8-f731-f3a2-b5f66379107f@intel.com> Date: Mon, 5 Feb 2018 18:55:12 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180205114657.GB19776@bricha3-MOBL3.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/octeontx: register fpa as platform HW mempool X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2018 18:55:16 -0000 On 2/5/2018 11:46 AM, Bruce Richardson wrote: > On Mon, Feb 05, 2018 at 10:34:00AM +0000, Ferruh Yigit wrote: >> 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. >> > Hi Ferruh, > > I disagree with this. Since the meson build is now merged into mainline, > many patches will have meson file changes to keep things building. These > patches should not go in the next-build tree but should be part of the > tree the rest of the patch targets. It should not be permitted to apply > a patch to next-net which breaks the meson build. > > Only patches which add new capabilities or drivers to the build system > will go in my tree. OK, so I will merge this with original patch. > > Regards, > /Bruce >