> -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, May 4, 2018 3:10 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian <cristian.dumitre...@intel.com> > Subject: [PATCH v2] librte_sched: add post-init pipe profile api > > 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. > > 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. > > Signed-off-by: Jasvinder Singh <jasvinder.si...@intel.com> > --- > v2: > - remove duplicated parameter checks > - change api name to rte_sched_port_pipe_profile_add >
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> Applied to next-qos tree, thanks!