From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gage.eads@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 2B27B1B647
 for <dev@dpdk.org>; Mon, 23 Oct 2017 16:58:46 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 23 Oct 2017 07:58:45 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.43,423,1503385200"; d="scan'208";a="1028291488"
Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201])
 by orsmga003.jf.intel.com with ESMTP; 23 Oct 2017 07:58:43 -0700
Received: from fmsmsx108.amr.corp.intel.com ([169.254.9.115]) by
 FMSMSX103.amr.corp.intel.com ([169.254.2.182]) with mapi id 14.03.0319.002;
 Mon, 23 Oct 2017 07:58:43 -0700
From: "Eads, Gage" <gage.eads@intel.com>
To: "Van Haaren, Harry" <harry.van.haaren@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>
CC: "thomas@monjalon.net" <thomas@monjalon.net>, "Mcnamara, John"
 <john.mcnamara@intel.com>
Thread-Topic: [PATCH v2] example: add new service cores sample application
Thread-Index: AQHTSMVS7NOqqDD8pUisBWJzs/nwWaLxjR/A
Date: Mon, 23 Oct 2017 14:58:42 +0000
Message-ID: <9184057F7FC11744A2107296B6B8EB1E1400BB1C@FMSMSX108.amr.corp.intel.com>
References: <1506345834-137009-1-git-send-email-harry.van.haaren@intel.com>
 <1508409071-17740-1-git-send-email-harry.van.haaren@intel.com>
In-Reply-To: <1508409071-17740-1-git-send-email-harry.van.haaren@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWRmYzQyNjAtOGFjNi00ZTk3LWJiZGEtNGZmYzdiOGU2ZDA3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFBYlk1SERPN2MySENoU3ZCbjNpd1pXZDIrcjI0YWs2ODAxSVhPSnlzQjA9In0=
x-ctpclassification: CTP_IC
dlp-product: dlpe-windows
dlp-version: 11.0.0.116
dlp-reaction: no-action
x-originating-ip: [10.1.200.106]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2] 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Oct 2017 14:58:47 -0000



> -----Original Message-----
> From: Van Haaren, Harry
> Sent: Thursday, October 19, 2017 5:31 AM
> To: dev@dpdk.org
> Cc: thomas@monjalon.net; Mcnamara, John <john.mcnamara@intel.com>;
> Eads, Gage <gage.eads@intel.com>; Van Haaren, Harry
> <harry.van.haaren@intel.com>
> Subject: [PATCH v2] example: add new service cores sample application
>=20
> 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.
>=20
> 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.
>=20
> Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
>=20

Acked-by: Gage Eads <gage.eads@intel.com>