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

Thomas Monjalon thomas at monjalon.net
Tue Oct 24 23:02:49 CEST 2017


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.haaren at 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


More information about the dev mailing list