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 C045A2B94 for ; Fri, 4 May 2018 16:29:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 May 2018 07:29:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,362,1520924400"; d="scan'208";a="225817121" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga006.fm.intel.com with ESMTP; 04 May 2018 07:29:27 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by irsmsx105.ger.corp.intel.com ([169.254.7.214]) with mapi id 14.03.0319.002; Fri, 4 May 2018 15:29:26 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v2] librte_sched: add post-init pipe profile api Thread-Index: AQHT47Gk52cbdT4JUEWGd5roqW36laQfoQBg Date: Fri, 4 May 2018 14:29:26 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB65B3D@IRSMSX108.ger.corp.intel.com> References: <20180309184114.139136-1-jasvinder.singh@intel.com> <20180504141012.26530-1-jasvinder.singh@intel.com> In-Reply-To: <20180504141012.26530-1-jasvinder.singh@intel.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.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] librte_sched: add post-init pipe profile api 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: Fri, 04 May 2018 14:29:29 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, May 4, 2018 3:10 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2] librte_sched: add post-init pipe profile api >=20 > Add new API function to add more pipe configuration profiles > post initialization to the set of exisitng profiles specified during > the creation of scheduler port. >=20 > This API removes the current limitation that forces the user > to define the full set of pipe profiles as the part of port parameters > while port is being created. >=20 > Signed-off-by: Jasvinder Singh > --- > v2: > - remove duplicated parameter checks > - change api name to rte_sched_port_pipe_profile_add >=20 Acked-by: Cristian Dumitrescu Applied to next-qos tree, thanks!