From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2C03F1B3B7 for ; Mon, 16 Oct 2017 10:33:30 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2017 01:33:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,386,1503385200"; d="scan'208";a="1206254772" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 16 Oct 2017 01:33:28 -0700 Received: from bgsmsx103.gar.corp.intel.com (10.223.4.130) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 16 Oct 2017 01:33:28 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.200]) by BGSMSX103.gar.corp.intel.com ([169.254.4.66]) with mapi id 14.03.0319.002; Mon, 16 Oct 2017 14:03:25 +0530 From: "Yang, Zhiyong" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes Thread-Index: AQHTRIDfbU/2Qy0YHU+M3k0TJ0Tn9aLmKVHw Date: Mon, 16 Oct 2017 08:33:25 +0000 Message-ID: References: <20171014000945.29269-1-thomas@monjalon.net> In-Reply-To: <20171014000945.29269-1-thomas@monjalon.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGIzYmY3ODQtZmJmZC00ZGNmLWIyNWQtODJjYjMzNTUzOGI0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjZ1ZzlZYWtFc1ZPbDIxNUZMKzBCckplV2VIZUhNcE5xU1RBeWx0bHFzTTQ9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes 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, 16 Oct 2017 08:33:30 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Saturday, October 14, 2017 8:10 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release = notes >=20 > The libraries which have their ABI version increased in this release must= be > prepended with a + sign to make them appear clearly. >=20 > Fixes: f8244c6399d9 ("ethdev: increase port id range") > Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework= ") >=20 > Signed-off-by: Thomas Monjalon > --- Acked-by: Zhiyong Yang