examples/service_cores: add new sample application
authorHarry van Haaren <harry.van.haaren@intel.com>
Thu, 19 Oct 2017 10:31:11 +0000 (11:31 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 24 Oct 2017 21:01:01 +0000 (23:01 +0200)
commitcbdd3420605194656083c8978c5f155381c0f25f
treebe29328b83722929a3c1949bfdae0d76bc76e25a
parent9c9befea4f57285a692b0b67a125daf2ad6eb52a
examples/service_cores: add new sample application

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@intel.com>
Acked-by: Gage Eads <gage.eads@intel.com>
MAINTAINERS
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/service_cores.rst [new file with mode: 0644]
examples/Makefile
examples/service_cores/Makefile [new file with mode: 0644]
examples/service_cores/main.c [new file with mode: 0644]