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:20:56 +0200 Message-ID: <52003430.xnAzt5Wvs3@xps> References: <1506345834-137009-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org 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 8048B1B2A0 for ; Sat, 14 Oct 2017 00:20:58 +0200 (CEST) In-Reply-To: <1506345834-137009-1-git-send-email-harry.van.haaren@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.