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 C6229A046B for ; Thu, 27 Jun 2019 12:50:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 022D82BA7; Thu, 27 Jun 2019 12:50:47 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3DC4028EE for ; Thu, 27 Jun 2019 12:50:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2019 03:50:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,423,1557212400"; d="scan'208";a="170381995" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by FMSMGA003.fm.intel.com with ESMTP; 27 Jun 2019 03:50:42 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.140]) by irsmsx105.ger.corp.intel.com ([169.254.7.184]) with mapi id 14.03.0439.000; Thu, 27 Jun 2019 11:50:41 +0100 From: "Singh, Jasvinder" To: Thomas Monjalon CC: "dev@dpdk.org" , "Dumitrescu, Cristian" , "Krakowiak, LukaszX" , "Tovar, AbrahamX" Thread-Topic: [dpdk-dev] [PATCH v2 28/28] sched: add release note Thread-Index: AQHVK2wZ3ZBU+0paE0mq86ZzqZqWSqauZUkAgADv5iA= Date: Thu, 27 Jun 2019 10:50:40 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3FD63C0C@IRSMSX103.ger.corp.intel.com> References: <20190528120553.2992-2-lukaszx.krakowiak@intel.com> <20190625153217.24301-1-jasvinder.singh@intel.com> <20190625153217.24301-29-jasvinder.singh@intel.com> <23661847.hKIIDpZEVD@xps> In-Reply-To: <23661847.hKIIDpZEVD@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzliMzQwOTItYzRjNy00ZGQ3LWFhMjktZGQ5OGY3MGJjNDY0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYzBZZjVUaVdBa1wvemU5XC9lSHRrS0I4Y2c1VVVjV200dFpFcWRweW92eVdkTVpscXAyRnlTMWkyRVo5U0s4VXJcLyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 28/28] sched: add release note 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: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, June 26, 2019 10:31 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > Krakowiak, LukaszX ; Tovar, AbrahamX > > Subject: Re: [dpdk-dev] [PATCH v2 28/28] sched: add release note >=20 > 25/06/2019 17:32, Jasvinder Singh: > > --- a/doc/guides/rel_notes/release_19_08.rst > > +++ b/doc/guides/rel_notes/release_19_08.rst > > @@ -135,6 +135,11 @@ API Changes > > +* sched: To allow more traffic classes, flexible mapping of pipe queue= s to > > + traffic classes, and subport level configuration of pipes and queues > > + changes are made to public macros, data structures and API functions > defined > > + in "rte_sched.h". >=20 > Does it make sense to merge this text in a code patch? Will merge this code patch.=20 > > --- a/lib/librte_sched/Makefile > > +++ b/lib/librte_sched/Makefile > > -LIBABIVER :=3D 2 > > +LIBABIVER :=3D 3 >=20 > Please merge this change in the first patch breaking the ABI. >=20 Will do that. Thanks, Jasvinder