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 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>
Compilation error with clang: examples/service_cores/main.c:187:1: error: control reaches end of non-void function Fixed by declaring function return as void. Applied, thanks