From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 886D9374E for ; Thu, 14 Sep 2017 18:34:22 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Sep 2017 09:34:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,394,1500966000"; d="scan'208";a="151890171" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga006.fm.intel.com with ESMTP; 14 Sep 2017 09:34:20 -0700 To: Bruce Richardson , jianfeng.tan@intel.com, declan.doherty@intel.com Cc: dev@dpdk.org References: <20170914155757.94636-1-bruce.richardson@intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 14 Sep 2017 17:34:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170914155757.94636-1-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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 16:34:22 -0000 On 9/14/2017 4:57 PM, Bruce Richardson wrote: > 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 +1 for bonding, but xenvirt is going away in this release, can we drop that one? > > 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%) >