From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] next abi option Date: Thu, 09 Jul 2015 00:58:29 +0200 Message-ID: <2085738.6XlHlcPYIT@xps13> References: <1435874746-32095-1-git-send-email-thomas.monjalon@6wind.com> <1436367323-19968-1-git-send-email-thomas.monjalon@6wind.com> <20150708165050.GC24635@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Neil Horman Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 0B6612A5B for ; Thu, 9 Jul 2015 00:59:36 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so226210631wib.1 for ; Wed, 08 Jul 2015 15:59:35 -0700 (PDT) In-Reply-To: <20150708165050.GC24635@hmsreliant.think-freely.org> 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" 2015-07-08 12:50, Neil Horman: > On Wed, Jul 08, 2015 at 04:55:21PM +0200, Thomas Monjalon wrote: > > This is the second version of the NEXT_ABI policy. > > It can now be used for shared and static libraries. > > > > While updating rte.lib.mk, it appeared that some useless > > (and not consistent) variables were used for some config > > options. The first patch clean them. > > > > Thomas Monjalon (2): > > mk: remove variables identical to config ones > > mk: enable next abi preview > > For the series > Acked-by: Neil Horman Applied, thanks Neil for your help