RE: [PATCH V5 01/17] pipeline: add pipeline name

2022-07-28 Thread Dumitrescu, Cristian
> -Original Message- > From: Richardson, Bruce > Sent: Thursday, July 28, 2022 9:22 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; R, Kamalakannan > Subject: Re: [PATCH V5 01/17] pipeline: add pipeline name > > On Wed, Jul 27, 2022 at 11:01:16PM +, C

Re: [PATCH V5 01/17] pipeline: add pipeline name

2022-07-28 Thread Bruce Richardson
On Wed, Jul 27, 2022 at 11:01:16PM +, Cristian Dumitrescu wrote: > Add an unique name to every pipeline. This enables the library to > maintain a list of the existing pipeline objects, which can be > queried by the application. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Kamalakan