From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 47EC01B7B4
 for <dev@dpdk.org>; Fri, 13 Oct 2017 22:46:55 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id ADA2121080;
 Fri, 13 Oct 2017 16:46:54 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Fri, 13 Oct 2017 16:46:54 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=U7TYi26BuJlSdyUYkyZprOja4l
 JpAFj66QeIhWbR7lU=; b=CmwmfJ+nzBnPPjmVKzjhjYzy3Q6dxnDY3w2Timh9Yd
 Mc+T3Gwl6vmOSgrTC9WVpFgZQgFhb1RIqOsjLMNXS9w3rUNzUOXKFIps8qlJBDM7
 YaxrRGOzXNF0trhFG0jmmv9T+nDUXAFZAXySjipWEXXYlOuwQvZ+nMcNfwg66FXu
 A=
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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=U7TYi2
 6BuJlSdyUYkyZprOja4lJpAFj66QeIhWbR7lU=; b=irktwcGX7vrOl1sUbIcz0x
 953Rdf96+AH3ac2wcMNp1n0CxeCY7IRRRk41fxpR71wENDe+RiY8s7G/oPkes01v
 5FJlhOunHBec9Qh9q9EssOAHXarhAvrBiKSsQYK7TwWuMDCuOhMiSFt0F0DIL3Al
 I4hLJG2SheGIaRMgTwF6f0bR61yG7HhKrVizG40zy/89BUnkPOfz8/amdKPF/D2O
 B9rvvG/8Tfi/baq/bVVKTSMb6Epkbi/rMQihk/5Omwoj6rEY5bACV9WJ+2fsxpud
 fiWSE49hq5zhawHC5jYxKOzyO/47aADtGGk/ZtwGxFwzblQxSFBzJFa4brFQMXGg
 ==
X-ME-Sender: <xms:PibhWems4yQHqhIINKqYW3RjFffT51i5nrCrcQ4t9n2dA4kCS7Vr3A>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 60E12247F0;
 Fri, 13 Oct 2017 16:46:54 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org, john.mcnamara@intel.com
Date: Fri, 13 Oct 2017 22:46:53 +0200
Message-ID: <2024376.C5PKG1yDOZ@xps>
In-Reply-To: <20170918135955.36613-1-bruce.richardson@intel.com>
References: <20170915134114.127774-1-bruce.richardson@intel.com>
 <20170918135955.36613-1-bruce.richardson@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] doc: add note on hardware support
	deprecation
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Oct 2017 20:46:55 -0000

18/09/2017 15:59, Bruce Richardson:
> Following agreement at the DPDK Technical Board meeting [1], the policy
> that hardware support deprecation should be treated as though it were an
> ABI break needs to be documented in the contributors guide.
> 
> [1] http://dpdk.org/ml/archives/dev/2017-September/074613.html
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks