From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 7/7] doc: add service cores to doc and release notes Date: Tue, 4 Jul 2017 16:26:36 +0530 Message-ID: <20170704105635.GC12473@jerin> References: <1498735421-100164-1-git-send-email-harry.van.haaren@intel.com> <1499031314-7172-1-git-send-email-harry.van.haaren@intel.com> <1499031314-7172-8-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas@monjalon.net, keith.wiles@intel.com, bruce.richardson@intel.com To: Harry van Haaren Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0074.outbound.protection.outlook.com [104.47.42.74]) by dpdk.org (Postfix) with ESMTP id D515E58D1 for ; Tue, 4 Jul 2017 12:56:56 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1499031314-7172-8-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" -----Original Message----- > Date: Sun, 2 Jul 2017 22:35:14 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: jerin.jacob@caviumnetworks.com, thomas@monjalon.net, > keith.wiles@intel.com, bruce.richardson@intel.com, Harry van Haaren > > Subject: [PATCH v3 7/7] doc: add service cores to doc and release notes > X-Mailer: git-send-email 2.7.4 > > Add a section describing the fundamental concepts behind service > cores. Where service cores originate from, and how to enable services. > The release notes for 17.08 are updated, with an introductory paragraph > on the service cores concept. Finally the Eventdev SW PMD documentation > is amended to reflect that it can be run as a service. > > Signed-off-by: Harry van Haaren Acked-by: Jerin Jacob > > ---