From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH v2 0/2] next abi option Date: Wed, 8 Jul 2015 12:50:50 -0400 Message-ID: <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 0824411C5 for ; Wed, 8 Jul 2015 18:51:01 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1436367323-19968-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" 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 > > config/common_bsdapp | 5 +++++ > config/common_linuxapp | 5 +++++ > doc/guides/guidelines/versioning.rst | 12 +++++++++--- > mk/exec-env/bsdapp/rte.vars.mk | 4 ++-- > mk/exec-env/linuxapp/rte.vars.mk | 4 ++-- > mk/rte.lib.mk | 16 +++++++++------- > mk/rte.sdkbuild.mk | 2 +- > mk/rte.sharelib.mk | 8 ++++---- > mk/rte.vars.mk | 8 -------- > pkg/dpdk.spec | 1 + > scripts/validate-abi.sh | 2 ++ > 11 files changed, 40 insertions(+), 27 deletions(-) > > -- > 2.4.2 > > For the series Acked-by: Neil Horman