From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id AFB53199AE for ; Mon, 18 Sep 2017 15:49:26 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 18 Sep 2017 06:49:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,413,1500966000"; d="scan'208";a="150425248" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga005.jf.intel.com with ESMTP; 18 Sep 2017 06:49:25 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX108.ger.corp.intel.com ([169.254.11.167]) with mapi id 14.03.0319.002; Mon, 18 Sep 2017 14:49:24 +0100 From: "Mcnamara, John" To: "Richardson, Bruce" , "dev@dpdk.org" CC: "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH] doc: add note on hardware support deprecation Thread-Index: AQHTLiho0dSn3SE2s0az6UjXpnv4IKK6rS2w Date: Mon, 18 Sep 2017 13:49:24 +0000 Message-ID: References: <20170915134114.127774-1-bruce.richardson@intel.com> In-Reply-To: <20170915134114.127774-1-bruce.richardson@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmMxOWRmN2ItMjFmMC00OGU1LTg1NGItZjYxODQ4MzU2ZmYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Imt0dFpxR0cySlwvQmpiZllQQjVCQmo1Z1pHbUdRVm9OVlpOa2dKTGlLek80PSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 13:49:27 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, September 15, 2017 2:41 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH] doc: add note on hardware support deprecation >=20 > 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. >=20 > [1] http://dpdk.org/ml/archives/dev/2017-September/074613.html >=20 > Signed-off-by: Bruce Richardson > ... >=20 > +.. note:: > + > + Updates to the minimum HW requirements, which drop support for s/HW/hardware The next only needs to be indented 3 spaces to align with the directive. Apart from that: Acked-by: John McNamara