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

Thomas Monjalon thomas at monjalon.net
Sat Oct 14 00:20:56 CEST 2017


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


More information about the dev mailing list