From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 610431B1B1 for ; Thu, 19 Oct 2017 12:04:52 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Oct 2017 03:04:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,400,1503385200"; d="scan'208";a="162305088" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga005.jf.intel.com with ESMTP; 19 Oct 2017 03:04:45 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.180]) by IRSMSX151.ger.corp.intel.com ([169.254.4.108]) with mapi id 14.03.0319.002; Thu, 19 Oct 2017 11:04:43 +0100 From: "Van Haaren, Harry" To: Thomas Monjalon CC: "dev@dpdk.org" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH] example: add new service cores sample application Thread-Index: AQHTNgGB4Mud2LpbZE2ExTnlym2Sy6LiZk0AgAAA4gCACK+aAA== Date: Thu, 19 Oct 2017 10:04:43 +0000 Message-ID: References: <1506345834-137009-1-git-send-email-harry.van.haaren@intel.com> <52003430.xnAzt5Wvs3@xps> <1530437.fLlCXGkgIR@xps> In-Reply-To: <1530437.fLlCXGkgIR@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTcxMzg5YjMtNTFkMC00NWEyLWI5ZjQtN2ZhNTFjZjUxZTQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdXMXd3Y3BEZ2hncnV0ZlRZSlpQcGZJM2o2UFdWNFdMb09lMk1Hc3VXc1E9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] example: add new service cores sample application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 10:04:53 -0000 > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Friday, October 13, 2017 11:24 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH] example: add new service cores sample > application >=20 > 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. >=20 > And you need to add it also in MAINTAINERS. >=20 > I guess an entry in the doc is maybe required, too? Yes, yes, and yes. Will all be fixed in v2! -Harry