From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A205C2BF3 for ; Thu, 31 Aug 2017 16:35:12 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Aug 2017 07:35:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,453,1498546800"; d="scan'208";a="1213015081" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by fmsmga002.fm.intel.com with SMTP; 31 Aug 2017 07:34:58 -0700 Received: by (sSMTP sendmail emulation); Thu, 31 Aug 2017 15:34:58 +0100 Date: Thu, 31 Aug 2017 15:34:57 +0100 From: Bruce Richardson To: thomas@monjalon.net Cc: konstantin.ananyev@intel.com, ferruh.yigit@intel.com, john.griffin@intel.com, fiona.trahe@intel.com, dev@dpdk.org Message-ID: <20170831143457.GB7984@bricha3-MOBL3.ger.corp.intel.com> References: <20170831134244.35215-1-bruce.richardson@intel.com> <0361277a-6b33-8299-c1cb-a4c8bffc1d06@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0361277a-6b33-8299-c1cb-a4c8bffc1d06@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH 0/4] minor cleanup of filenames and deps 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: Thu, 31 Aug 2017 14:35:13 -0000 On Thu, Aug 31, 2017 at 03:15:05PM +0100, Ferruh Yigit wrote: > On 8/31/2017 2:42 PM, Bruce Richardson wrote: > > While working on a build system replacement, I find a number of small > > inconsistencies and minor issues with our current code, which, if fixed > > would make it simplier to generalize DPDK build rules. Main set of changes > > is to have the name of the version.map file for libs/drivers consistent > > with the component name - especially in cases where the directory name and > > component name differ slightly. > > > > NOTE: this patchset is not meant to cover all instances of filename cleanup, > > it just covers the instances I've encountered thus far. Any other instances > > can be fixed as necessary as drivers are being "mesonified" [1]. > > > > [1] http://www.gocomics.com/calvinandhobbes/1993/01/25 :-) > > > > Bruce Richardson (4): > > ip_frag: change map filename to standardized value > > net/ring: change map filename to standardized value > > ether: rename version file to match library name > > crypto/qat: remove dependency on ether library > > Series Reviewed-by: Ferruh Yigit Hi Thomas, while these patches are mainly to enable my meson build work, it would be easier for me, I think, if they could be applied on the main tree directly, rather than going through the "next" tree. That way the content on my tree is solely build-system related. Is that ok with you? /Bruce