From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id A3B2858E8 for ; Mon, 9 Feb 2015 15:20:51 +0100 (CET) Received: by mail-wi0-f178.google.com with SMTP id hm9so6407073wib.5 for ; Mon, 09 Feb 2015 06:20:51 -0800 (PST) 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=RIllh3EGI7Jl5hPQGaDlMp+Oo1/xp82kAln1UcQSJig=; b=VNsarKIKPjrMzAQ4RazeVTWpUG3K9v5Wu3et1lXB+hk+l4eqhTVDqiDGBYU4nupcLj AaRh5sQznOFAH8I8IpT+Ar6WPB2fTecwuVZyx4vCa1D6uaP2SIOO8XZQGuYdBYumPpZR 40YaF+ofXP1tnxHrDQsnHsJzQMvBoycvZXOfncIM6y1JYsiwY6XFTBhnpP/uZfIoQ+Jw xHvenFcLCzYPTz8H+swdVdlhUu1TKiohGNGClxm1t+4Rx41nJ1KQOh35hd4TtpYizv50 ZgBeXulsbR0/M929C1FoiXnE+AvfBVRCOhQ/dJbTI7YLRzWmd/libyfSTAqW0g2O/SQa ASrw== X-Gm-Message-State: ALoCoQnFnGRCX+p3R2J2Ni/jaYfYnJP1/ccF4Gyax8NlK1x+qYD58Bpjt9qO5EqpWSVYaOqkOMvk X-Received: by 10.180.105.10 with SMTP id gi10mr35527121wib.24.1423491651495; Mon, 09 Feb 2015 06:20:51 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fs8sm1524212wib.8.2015.02.09.06.20.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 06:20:50 -0800 (PST) From: Thomas Monjalon To: Neil Horman Date: Mon, 09 Feb 2015 15:20:22 +0100 Message-ID: <1439932.eTUp7hx5im@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <20150205013917.GA8788@neilslaptop.think-freely.org> References: <1423088604-29274-1-git-send-email-thomas.monjalon@6wind.com> <1423088604-29274-3-git-send-email-thomas.monjalon@6wind.com> <20150205013917.GA8788@neilslaptop.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 2/3] maintainers: add ABI versioning X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 14:20:51 -0000 2015-02-04 20:39, Neil Horman: > On Wed, Feb 04, 2015 at 11:23:23PM +0100, Thomas Monjalon wrote: > > Reference the new framework and policy for ABI versioning, > > in the MAINTAINERS file. > > > > Signed-off-by: Thomas Monjalon > > --- > > MAINTAINERS | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index f2b697e..7c0047b 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -54,6 +54,9 @@ F: doc/guides/prog_guide/build_app.rst > > F: doc/guides/prog_guide/dev_kit_* > > F: doc/guides/prog_guide/ext_app_lib_make_help.rst > > > > +ABI versioning > > +F: lib/librte_compat/ > > +F: doc/guides/rel_notes/abi.rst > > > Feel free to add my name to this area of you feel its warranted. > Acked-by: Neil Horman OK Neil, your name is added as ABI versioning maintainer. Thanks -- Thomas