From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 6ECFD199AC for ; Fri, 18 May 2018 18:38:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 May 2018 09:37:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,415,1520924400"; d="scan'208";a="225381986" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 18 May 2018 09:37:59 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 18 May 2018 09:37:58 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 18 May 2018 09:37:58 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.40]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.210]) with mapi id 14.03.0319.002; Sat, 19 May 2018 00:37:56 +0800 From: "Wang, Xiao W" To: "Richardson, Bruce" CC: "dev@dpdk.org" Thread-Topic: [PATCH-18.08 08/15] net/ifc: rename to ifcvf Thread-Index: AQHT7hvhaHuvN9ymeE23yptm5X3bOaQ0tnKw///nNgCAARKi8A== Date: Fri, 18 May 2018 16:37:55 +0000 Message-ID: References: <20180517201526.28658-1-bruce.richardson@intel.com> <20180517201526.28658-9-bruce.richardson@intel.com> <20180518081241.GA28620@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20180518081241.GA28620@bricha3-MOBL.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmNlODFiNmYtNjkyZi00YzRlLTkyYjctYzUzZTY3ZDBhZTkyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZUF2UnN6VjFZMGV3a1dMbHVXN3BDXC85KzlpcU4zVkRpdzNydHVPaExySFFrdUdqZitDcHh4S3VzMUpHWjZXNmYifQ== dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH-18.08 08/15] net/ifc: rename to ifcvf 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: Fri, 18 May 2018 16:38:00 -0000 Hi, > -----Original Message----- > From: Richardson, Bruce > Sent: Friday, May 18, 2018 4:13 PM > To: Wang, Xiao W > Cc: dev@dpdk.org > Subject: Re: [PATCH-18.08 08/15] net/ifc: rename to ifcvf >=20 > On Fri, May 18, 2018 at 02:52:36AM +0100, Wang, Xiao W wrote: > > Hi Bruce, > > > > > -----Original Message----- > > > From: Richardson, Bruce > > > Sent: Friday, May 18, 2018 4:15 AM > > > To: dev@dpdk.org > > > Cc: Richardson, Bruce ; Wang, Xiao W > > > > > > Subject: [PATCH-18.08 08/15] net/ifc: rename to ifcvf > > > > > > All files in the directory and the resulting driver have prefix of if= cvf, > > > not just ifc, so rename directory for accuracy. Also rename the map f= ile > > > to standard name for meson build in the process. > > > > Naming the directory as "ifc" allows us to add ifcpf driver into it in = the future. > > > > BRs, > > Xiao > > >=20 > At which point you will have to rename the version file, the rst > documentation file, the resulting shared library file etc. Right now, mos= t > of the references are to ifcvf, with the only exception being the folder > name. This patch makes things consistent by having everything refer to > ifcvf. OK. >=20 > If you prefer, I can do a v2 of this set renaming everything to ifc, but > that would be a lot bigger a job, and would also result in the driver fil= e > itself getting a new name too. Unless there are immediate plans to add an > ifcpf driver, I think this change makes more sense. No need for that. BRs, Xiao >=20 > /Bruce