25/09/2017 15:23, 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 sample application does not forward any traffic - it > demonstrates advanced usage of the service cores API. > > Signed-off-by: Harry van Haaren <harry.van.haa...@intel.com> > --- > examples/service_cores/Makefile | 54 +++++++++ > examples/service_cores/main.c | 245 > ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 299 insertions(+)
Please add this example in the global examples Makefile.