From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] example: add new service cores sample application Date: Sat, 14 Oct 2017 00:24:06 +0200 Message-ID: <1530437.fLlCXGkgIR@xps> References: <1506345834-137009-1-git-send-email-harry.van.haaren@intel.com> <52003430.xnAzt5Wvs3@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Harry van Haaren Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2A5E61B3AE for ; Sat, 14 Oct 2017 00:24:08 +0200 (CEST) In-Reply-To: <52003430.xnAzt5Wvs3@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/10/2017 00:20, Thomas Monjalon: > 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 > > --- > > 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. And you need to add it also in MAINTAINERS. I guess an entry in the doc is maybe required, too?