From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] ethdev: rename folder to library name Date: Fri, 27 Apr 2018 01:08:50 +0100 Message-ID: References: <20180403092859.71589-1-ferruh.yigit@intel.com> <20180426212559.113436-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , John McNamara , Marko Kovacevic Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4B3ED7EE0 for ; Fri, 27 Apr 2018 02:08:53 +0200 (CEST) In-Reply-To: <20180426212559.113436-1-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/26/2018 10:25 PM, Ferruh Yigit wrote: > 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 > Acked-by: Bruce Richardson > Acked-by: Jerin Jacob > --- > v2: > * rebased Applied to dpdk-next-net/master, thanks.