From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) by dpdk.org (Postfix) with ESMTP id 491101B34A for ; Tue, 7 Nov 2017 07:05:49 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 740CD1012; Tue, 7 Nov 2017 01:05:49 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 07 Nov 2017 01:05:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=hMngutxF69k18CoI8vD6/ZpZo9XCiyXsHjLSCBZj3wc=; b=l4UTeT00 wpmgSQtRfFsRwwFcupom2Pp7SwYkt+00jK3ttHwIvhvjR1tJUihbCwVEu7LozUOI 3UXu/HrPGMv5YxIlMkgokVjTgkgo3z0q8m3OV43nIWVRzhVODcKP/VNTesH9oIqG VZZheC56rcXvcNN7NmfjEqLYuR9P87MM7blJCeGNKmyRG99gpNq/fjjZRXS2hPKB jNO9xXj0ThrRxjFREwKJr+RVbdsAnmuHuF+cYuCtNvx63f8M64UIj+YlVyPsRF07 BY42xpbeIDNMnpvFiMQ4wwGPFYMc4xCMioJpOltXgDXxtvtuwY7Ccei4s+Jp+JO0 vy040es6RlUqBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=hMngutxF69k18CoI8vD6/ZpZo9XCi yXsHjLSCBZj3wc=; b=oKEroNgO6JyxaJ12rycTGz7cbqyCIgyKoxseGmp4C25wf F2ctGoZ1uR1CLwuCcKbGFXh3kp2aHlteYfKmJCmhfNpnuNUYdJ6lQdJOq++qexib KGw0ttGq5JjAwqgT/I2cnhMEQY/rhWxiIJTsP7WaRnggk7YJglyiqLuGR4fgI/6o kbxS4sAFma7mz/GEZxXdKrWZG+dFhlsDxFZJCNJ2fsIjkfn/gwDiozgjYlmGm2VI RTvkR8nJStkkQD63hv63sA1u6MMKOtWlb1bbc4ktCdUoDt+nTAYdOcfWclu2YTSU xb7E1RkqwvN7kPtcfmxPckvOw5XdoqJBr3TWlA5og== X-ME-Sender: Received: from yliu-home (unknown [222.64.173.197]) by mail.messagingengine.com (Postfix) with ESMTPA id A3E65242CF; Tue, 7 Nov 2017 01:05:47 -0500 (EST) Date: Tue, 7 Nov 2017 14:05:43 +0800 From: Yuanhan Liu To: Bruce Richardson Cc: john.mcnamara@intel.com, dev@dpdk.org Message-ID: <20171107060543.GN12931@yliu-home> References: <20171106112806.104289-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171106112806.104289-1-bruce.richardson@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH] doc: update ABI/API policy 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: Tue, 07 Nov 2017 06:05:50 -0000 On Mon, Nov 06, 2017 at 11:28:06AM +0000, Bruce Richardson wrote: > Following agreement at the DPDK Technical Board meeting of 2017-10-13 [1], > update the documentation with the ABI/API policy changes. > > [1] http://dpdk.org/ml/archives/dev/2017-October/079961.html > > Signed-off-by: Bruce Richardson Acked-by: Yuanhan Liu --yliu