From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH v2] librte_sched: add post-init pipe profile api 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Singh, Jasvinder" , "dev@dpdk.org" 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) In-Reply-To: <20180504141012.26530-1-jasvinder.singh@intel.com> Content-Language: en-US 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: 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!