From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] ethdev: rename folder to library name Date: Wed, 4 Apr 2018 06:20:17 +0530 Message-ID: <20180404005016.GA3031@jerin> References: <20180403092859.71589-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Monjalon , John McNamara , Marko Kovacevic , dev@dpdk.org, Bruce Richardson To: Ferruh Yigit Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0077.outbound.protection.outlook.com [104.47.34.77]) by dpdk.org (Postfix) with ESMTP id 4589E1BA4B for ; Wed, 4 Apr 2018 02:50:45 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180403092859.71589-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 3 Apr 2018 10:28:59 +0100 > From: Ferruh Yigit > To: Thomas Monjalon , John McNamara > , Marko Kovacevic > CC: dev@dpdk.org, Ferruh Yigit , Bruce Richardson > > Subject: [dpdk-dev] [PATCH] ethdev: rename folder to library name > X-Mailer: git-send-email 2.14.3 > > Library folder name and output library name are same except a few flaws > including librte_ether. > > This library is network device abstraction layer, the name "ethdev" fits > better than "ether", and library & header files already named as ethdev. > > Also there is a rte_ether.h in the net library which can cause confusion. > > Signed-off-by: Ferruh Yigit I strongly support this change. Acked-by: Jerin Jacob