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 7D5A41041 for ; Thu, 14 Sep 2017 17:58:05 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Sep 2017 08:58:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,393,1500966000"; d="scan'208";a="311704789" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.223]) by fmsmga004.fm.intel.com with ESMTP; 14 Sep 2017 08:58:02 -0700 From: Bruce Richardson To: ferruh.yigit@intel.com, jianfeng.tan@intel.com, declan.doherty@intel.com Cc: dev@dpdk.org, Bruce Richardson Date: Thu, 14 Sep 2017 16:57:55 +0100 Message-Id: <20170914155757.94636-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.13.5 Subject: [dpdk-dev] [PATCH 0/2] have net drivers use a standard map file name format 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, 14 Sep 2017 15:58:05 -0000 rename some of the version.map files that don't match the standard naming convention. For future meson build system, this will save us having to specify for each driver what the filename of its map file is. Bruce Richardson (2): net/bonding: rename map file to standard name net/xenvirt: rename map file to standard name drivers/net/bonding/Makefile | 2 +- .../net/bonding/{rte_eth_bond_version.map => rte_pmd_bond_version.map} | 0 drivers/net/xenvirt/Makefile | 2 +- .../{rte_eth_xenvirt_version.map => rte_pmd_xenvirt_version.map} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename drivers/net/bonding/{rte_eth_bond_version.map => rte_pmd_bond_version.map} (100%) rename drivers/net/xenvirt/{rte_eth_xenvirt_version.map => rte_pmd_xenvirt_version.map} (100%) -- 2.13.5