From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B45FF1B208 for ; Wed, 10 Jan 2018 14:34:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 05:34:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,340,1511856000"; d="scan'208";a="192389916" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga005.jf.intel.com with ESMTP; 10 Jan 2018 05:34:39 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.248]) by IRSMSX107.ger.corp.intel.com ([169.254.10.239]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 13:34:38 +0000 From: "Kovacevic, Marko" To: Hemant Agrawal , "dev@dpdk.org" CC: "Mcnamara, John" Thread-Topic: [PATCH v1 2/2] doc: add guidelines for stable tags Thread-Index: AQHTiWHEQJ/SZIMS9Uy4BhWyPj8IM6NtC+6AgAAO/lA= Date: Wed, 10 Jan 2018 13:34:38 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66330F23@IRSMSX104.ger.corp.intel.com> References: <20180109155101.12165-1-marko.kovacevic@intel.com> <20180109155101.12165-2-marko.kovacevic@intel.com> <58b4d1bb-4e30-521a-de72-b056ac2011be@nxp.com> In-Reply-To: <58b4d1bb-4e30-521a-de72-b056ac2011be@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2U3YjhkZmYtZGFlNy00NGI2LWExZmQtNzE5YTI0NzYxYzAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkkzVWtDZkc5UVZDc1h0YndkUk1sVFhWVWZzc3VWdVBwMVc5RVV1bk9rOEk9In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 2/2] doc: add guidelines for stable tags 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: Wed, 10 Jan 2018 13:34:42 -0000 Sure thing will do. <...> > > +Patch for Stable Releases: > > +~~~~~~~~~~~~~~~~~~~~~~~~~~ > > + > > +All fix patches to the master branch that are candidates for > > +backporting should also be CCed to the `stable@dpdk.org > > +`_ > > +mailing list. In the commit message body the Cc: stable@dpdk.org shoul= d be > inserted as so:: > > + > > + doc: fix some parameter description > > + > > + Update the docs, fixing description of some parameter. > > + > > + Fixes: abcdefgh1234 ("doc: add some parameter") > > + Cc: stable@dpdk.org > > + > > + Signed-off-by: Alex Smith > > >=20 > you may also give reference to > http://dpdk.org/doc/guides/contributing/stable.html >=20 >=20 > > Creating Patches > > ---------------- > >