From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CE10FFE5 for ; Thu, 31 Aug 2017 15:53:39 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 31 Aug 2017 06:53:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,453,1498546800"; d="scan'208";a="306555551" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.223]) by fmsmga004.fm.intel.com with ESMTP; 31 Aug 2017 06:53:36 -0700 From: Bruce Richardson To: konstantin.ananyev@intel.com, thomas@monjalon.net, john.griffin@intel.com, fiona.trahe@intel.com Cc: dev@dpdk.org, Bruce Richardson Date: Thu, 31 Aug 2017 14:42:40 +0100 Message-Id: <20170831134244.35215-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.13.5 Subject: [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 13:53:40 -0000 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 drivers/crypto/qat/qat_crypto.c | 1 - drivers/net/ring/Makefile | 2 +- drivers/net/ring/{rte_eth_ring_version.map => rte_pmd_ring_version.map} | 0 lib/librte_ether/Makefile | 2 +- lib/librte_ether/{rte_ether_version.map => rte_ethdev_version.map} | 0 lib/librte_ip_frag/Makefile | 2 +- lib/librte_ip_frag/{rte_ipfrag_version.map => rte_ip_frag_version.map} | 0 7 files changed, 3 insertions(+), 4 deletions(-) rename drivers/net/ring/{rte_eth_ring_version.map => rte_pmd_ring_version.map} (100%) rename lib/librte_ether/{rte_ether_version.map => rte_ethdev_version.map} (100%) rename lib/librte_ip_frag/{rte_ipfrag_version.map => rte_ip_frag_version.map} (100%) -- 2.13.5