From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: rename library for consistency Date: Sun, 06 Nov 2016 20:54:39 +0100 Message-ID: <4302145.KHDXBj4583@xps13> References: <1478456462-5739-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id CD5DF5681 for ; Sun, 6 Nov 2016 20:54:41 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id c184so23304431wmd.0 for ; Sun, 06 Nov 2016 11:54:41 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id bj1sm5245075wjc.17.2016.11.06.11.54.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 06 Nov 2016 11:54:40 -0800 (PST) In-Reply-To: <1478456462-5739-1-git-send-email-thomas.monjalon@6wind.com> 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" 2016-11-06 19:21, Thomas Monjalon: > The library was named libethdev without rte_ prefix. > It is now fixed, the library namespace is consistent. > > Note: the ABI version has already been changed in this release cycle. > > Signed-off-by: Thomas Monjalon Applied for 16.11, as announced in the deprecation notice.