From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wes1-so2.wedos.net (wes1-so2.wedos.net [46.28.106.16]) by dpdk.org (Postfix) with ESMTP id 3F67C2B91 for ; Wed, 27 Jul 2016 18:33:36 +0200 (CEST) Received: from pcviktorin.fit.vutbr.cz (pcviktorin.fit.vutbr.cz [147.229.13.147]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 3s00t76NH5z6j6; Wed, 27 Jul 2016 18:33:35 +0200 (CEST) Date: Wed, 27 Jul 2016 18:33:08 +0200 From: Jan Viktorin To: dev@dpdk.org Cc: Thomas Monjalon Message-ID: <20160727183308.2c2efcf7@pcviktorin.fit.vutbr.cz> In-Reply-To: <1469550141-24038-1-git-send-email-thomas.monjalon@6wind.com> References: <1469550141-24038-1-git-send-email-thomas.monjalon@6wind.com> Organization: RehiveTech MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] doc: announce renaming of ethdev library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 16:33:36 -0000 On Tue, 26 Jul 2016 18:22:21 +0200 Thomas Monjalon wrote: > The right name of ethdev should be dpdk_netdev. However: > 1/ We are using rte_ prefix in the code and library names. > 2/ The API uses rte_ethdev > That's why 16.11 will just have the rte_ prefix prepended to > the library filename as every other libraries. > > Signed-off-by: Thomas Monjalon > Acked-by: Jan Viktorin