From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 22544A04DE; Tue, 26 Nov 2019 23:50:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37E882C60; Tue, 26 Nov 2019 23:50:21 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B62AC2B96 for ; Tue, 26 Nov 2019 23:50:19 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E967122760; Tue, 26 Nov 2019 17:50:18 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Nov 2019 17:50:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=1GqLaZUyWjhFT0ji5c1sKJUnMgUOaehQMQzSr1gz8gk=; b=FGGnzt0txVXi NjZm1Khx6vGOE0V0VMc6y0cczVcwZkjf5ddrF02PmuKIWzf12bVrnlKAF6+S7d37 z303461LnydNYkcOaEWIrUI7Rnqv84zsMg0TC13SYE1mOftMjJBDjiyzk4y3AB0u ZRi5+UvFIqGDhZbvbMXsfXXXnSo6rZs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=1GqLaZUyWjhFT0ji5c1sKJUnMgUOaehQMQzSr1gz8 gk=; b=bmb8UOA/C4e+EpSQOTDjKVljR8Zx5EvAOqU5YRvplZVPbXCkaoKsv1tY3 77inW3hNyHeKhvbBocYJ+GIrLuhP6bDbhD/ls5Fc8HS8Ovvi8H3h9xk2nXvjeT1V oQgh+4HpLkByIDxIPJg1efTMqWojuJ+/3MzG195mneUxOZcOLrxLLLeh4cAFal20 0ywTqudtvLjLLSCEpoIPGNgvYt8jRQvjcSVK5PNykEBt56hnnz781Ar/c3SDs/z+ Au8kWsHk2m2UNn83EzEa072VDB5WFS/+1ZJfzSuQPG99ZNKeMVIb6w2NzYSwLinb SGAu5vWR6f+YBy5qoLr2sHJDt9/Fw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeigedgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8DBE13060060; Tue, 26 Nov 2019 17:50:17 -0500 (EST) From: Thomas Monjalon To: Ray Kinsella Cc: dev@dpdk.org, "Mcnamara, John" , "marko.kovacevic@intel.co" Date: Tue, 26 Nov 2019 23:50:16 +0100 Message-ID: <2212600.zIYPvF2QKF@xps> In-Reply-To: References: <1574082928-14863-1-git-send-email-mdr@ashroe.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add abi policy changes to release notes 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Add some pointers to the releases notes on the changes to the abi policy, > > the introduction of project-level ABI management and the deprecation of > > library-level management. > > > > Signed-off-by: Ray Kinsella > > Acked-by: John McNamara Applied, thanks