Re: [dpdk-dev] [PATCH v2] example: add new service cores sample application

2017-10-24 Thread Thomas Monjalon
19/10/2017 12:31, Harry van Haaren: > This commit adds a new sample app, which showcases the value > of running services. In particular it allows the application > to dynamically schedule services to service-cores. > > The sample app itself registers a number of dummy services, > and applies diffe

Re: [dpdk-dev] [PATCH v2] example: add new service cores sample application

2017-10-23 Thread Eads, Gage
> -Original Message- > From: Van Haaren, Harry > Sent: Thursday, October 19, 2017 5:31 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Mcnamara, John ; > Eads, Gage ; Van Haaren, Harry > > Subject: [PATCH v2] example: add new service cores sample application > > This commit adds a new

[dpdk-dev] [PATCH v2] example: add new service cores sample application

2017-10-19 Thread Harry van Haaren
This commit adds a new sample app, which showcases the value of running services. In particular it allows the application to dynamically schedule services to service-cores. The sample app itself registers a number of dummy services, and applies different profiles to them at runtime. Note that this