From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: doc: announce renaming of ethdev library Date: Thu, 28 Jul 2016 19:37:24 +0200 Message-ID: <6900866.sMqRbM5lbO@xps13> References: <1469550141-24038-1-git-send-email-thomas.monjalon@6wind.com> <20160727183308.2c2efcf7@pcviktorin.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 37E3B37AC for ; Thu, 28 Jul 2016 19:37:27 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id i5so118606219wmg.0 for ; Thu, 28 Jul 2016 10:37:27 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id p1sm12496064wjd.37.2016.07.28.10.37.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Jul 2016 10:37:25 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > 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 Acked-by: Christian Ehrhardt Acked-by: Konstantin Ananyev Applied