From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id C6F8B1B47E for ; Thu, 31 Jan 2019 18:46:19 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2324E3DBD1; Thu, 31 Jan 2019 17:46:18 +0000 (UTC) Received: from ktraynor.remote.csb (ovpn-117-200.ams2.redhat.com [10.36.117.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9D9F55C229; Thu, 31 Jan 2019 17:46:15 +0000 (UTC) To: Ferruh Yigit , dev@dpdk.org, John McNamara , Marko Kovacevic Cc: Luca Boccassi , Yongseok Koh , Neil Horman References: <20190122162310.53613-1-ferruh.yigit@intel.com> <20190124181019.17168-1-ferruh.yigit@intel.com> From: Kevin Traynor Organization: Red Hat Message-ID: <314a042b-e1bd-eaa1-a4e4-4ff40b6cadd8@redhat.com> Date: Thu, 31 Jan 2019 17:46:14 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20190124181019.17168-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 31 Jan 2019 17:46:19 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v4 1/3] doc: clean ABI/API policy guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2019 17:46:20 -0000 On 01/24/2019 06:10 PM, Ferruh Yigit wrote: > The original document written from the point of ABI versioning but later > additions make document confusing, convert document into a ABI/API > policy documentation and organize the document in subsections: > - ABI/API Deprecation > - Experimental APIs > - Library versioning > - ABI versioning > > Aim to clarify confusion between deprecation versioned ABI and overall > ABI/API deprecation, also ABI versioning and Library versioning by > organizing the sections. > > Signed-off-by: Ferruh Yigit > Acked-by: Neil Horman For series Acked-by: Kevin Traynor