From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 01E0E1EC86 for ; Wed, 13 Jun 2018 12:19:38 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2018 03:19:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,218,1526367600"; d="scan'208";a="47396675" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by fmsmga008.fm.intel.com with SMTP; 13 Jun 2018 03:19:33 -0700 Received: by (sSMTP sendmail emulation); Wed, 13 Jun 2018 11:19:31 +0100 Date: Wed, 13 Jun 2018 11:19:31 +0100 From: Bruce Richardson To: "Wang, Xiao W" Cc: "dev@dpdk.org" Message-ID: <20180613101930.GA9784@bricha3-MOBL.ger.corp.intel.com> References: <20180517201526.28658-1-bruce.richardson@intel.com> <20180608212048.67261-1-bruce.richardson@intel.com> <20180608212048.67261-9-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.0 (2018-05-17) Subject: Re: [dpdk-dev] [PATCH v2 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: Wed, 13 Jun 2018 10:19:39 -0000 On Wed, Jun 13, 2018 at 03:46:05AM +0100, Wang, Xiao W wrote: > Hi Bruce, > > > -----Original Message----- > > From: Richardson, Bruce > > Sent: Saturday, June 9, 2018 5:21 AM > > To: dev@dpdk.org > > Cc: Richardson, Bruce ; Wang, Xiao W > > > > Subject: [PATCH v2 08/15] net/ifc: rename to ifcvf > > > > All files in the directory and the resulting driver have prefix of ifcvf, > > not just ifc, so rename directory for accuracy. Also rename the map file > > to standard name for meson build in the process. > > Compared with renaming the dir to IFCVF and renaming it back to IFC sometime in future, > I think keeping the dir name as IFC is better for us, this avoids the extra effort. > We can just rename below files: > doc/guides/nics/ifcvf.rst => doc/guides/nics/ifc.rst > drivers/net/ifc/rte_ifcvf_version.map => drivers/net/ifc/rte_pmd_ifc_version. > > And yes, we need to update documents which refer to ifc. > > Thanks! > Xiao > Ok, that can work.