From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/4] minor cleanup of filenames and deps Date: Thu, 31 Aug 2017 15:15:05 +0100 Message-ID: <0361277a-6b33-8299-c1cb-a4c8bffc1d06@intel.com> References: <20170831134244.35215-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson , konstantin.ananyev@intel.com, thomas@monjalon.net, john.griffin@intel.com, fiona.trahe@intel.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8FA9E2BF3 for ; Thu, 31 Aug 2017 16:15:10 +0200 (CEST) In-Reply-To: <20170831134244.35215-1-bruce.richardson@intel.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 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