From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Thu,  9 Jul 2015 00:59:36 +0200 (CEST)
Received: by wibdq8 with SMTP id dq8so226210631wib.1
 for <dev@dpdk.org>; Wed, 08 Jul 2015 15:59:35 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=1bYYN71ajemTQR4/JU9KHQSGEb55qbsaGeRloW3Ymdw=;
 b=iEFizx6WQTjgScOI2vg6x1x7zaaNaZM7+lF7+/2vXM4veZWUNUWxc4HQyhf+8Fh2OC
 Csg4NOXgiIcDUm7ptYDnvWnT0Z5h3AAFiVFuGamOe8eBSlOifpEA9fYftYwxl2ubda1+
 p1mUYBZdhuDv8NvONSQLy1ysO1z3Vq8b2NAuvWRe7kS4ORSgoC3RkNycwqv1MkveHgam
 i4U+Y+m2l4Yb4jwVSLSlUrb69WmBIn+Vzff5bRoN5OfKgAv12gkmqk6XeKf5khkf2k8+
 l9keyPBSnGqOx58cD3NVTjd/bMFqgl3HaHpME3iRip6a/1HpQTSVu3lL3+Sg9gmXqV8z
 9SXw==
X-Gm-Message-State: ALoCoQlyhoz6SzxuFa5yTkCWB3wM3ABmEEYjVERr7/Sfw2knBU5Q1WUYowyvYIO9WUXJ5qqKHwfv
X-Received: by 10.180.188.73 with SMTP id fy9mr55903100wic.74.1436396375869;
 Wed, 08 Jul 2015 15:59:35 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id gw7sm5129164wib.15.2015.07.08.15.59.34
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 08 Jul 2015 15:59:35 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Neil Horman <nhorman@tuxdriver.com>
Date: Thu, 09 Jul 2015 00:58:29 +0200
Message-ID: <2085738.6XlHlcPYIT@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <20150708165050.GC24635@hmsreliant.think-freely.org>
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-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 0/2] next abi option
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 08 Jul 2015 22:59:36 -0000

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 <nhorman@tuxdriver.com>

Applied, thanks Neil for your help