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 000B4A0613 for ; Tue, 30 Jul 2019 12:34:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9C5FF1BFC4; Tue, 30 Jul 2019 12:34:16 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AF4191BF0F for ; Tue, 30 Jul 2019 12:34:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 03:34:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,326,1559545200"; d="scan'208";a="190832526" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 30 Jul 2019 03:34:12 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jul 2019 11:34:11 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.45]) by irsmsx112.ger.corp.intel.com ([169.254.1.38]) with mapi id 14.03.0439.000; Tue, 30 Jul 2019 11:34:11 +0100 From: "Mcnamara, John" To: Ray Kinsella , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: Changes to ABI Policy introducing major ABI versions Thread-Index: AQHVMmPacPLADpwVxkaLw5Okvot7pabjHl5w Date: Tue, 30 Jul 2019 10:34:11 +0000 Message-ID: References: <1562243198-862-1-git-send-email-mdr@ashroe.eu> <1562243198-862-2-git-send-email-mdr@ashroe.eu> In-Reply-To: <1562243198-862-2-git-send-email-mdr@ashroe.eu> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTE1YTg1NzAtM2VlOS00NTdhLTgxY2ItZThhYjI1ZGRmOTA2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN1FxdzloNCtnXC9RYTM0MGZRYmhDMzVnRVV1VDNJcUJuRWliRFdLemdjcGNLT3QzYVRqM3NjeTRSSzNPd3ZMS1AifQ== dlp-product: dlpe-windows dlp-version: 11.0.600.7 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: Changes to ABI Policy introducing major ABI versions 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" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ray Kinsella > Sent: Thursday, July 4, 2019 1:27 PM > To: dev@dpdk.org > Cc: mdr@ashroe.eu > Subject: [dpdk-dev] [PATCH] doc: Changes to ABI Policy introducing major > ABI versions >=20 > This policy change introduces major ABI versions, these are declared ever= y > two years, typically aligned with the LTS release and are supported by > subsequent releases for the next two years. > This change is intended to improve ABI stabilty for those projects > consuming DPDK. >=20 >... >=20 > +A LTS release may align with the declaration of a new major ABI > +version, please read the `DPDK ABI/API policy`_ for more information. This should be ``_ to avoid a build warning/error since the target contains spaces. Also, the subject line should be lowercase by convention, apart from acrony= ms. $ ./devtools/check-git-log.sh=20 Wrong headline uppercase: doc: >C