Re: [dpdk-dev] [PATCH v4 1/7] service cores: header and implementation

2017-07-11 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > To: Van Haaren, Harry > Cc: dev@dpdk.org; tho...@monjalon.net; Wiles, Keith ; > Richardson, > Bruce > Subject: Re: [PATCH v4 1/7] service cores: header and implementation > > > Remove above info from the git commit. Done > Fix

Re: [dpdk-dev] [PATCH v4 1/7] service cores: header and implementation

2017-07-11 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Tuesday, July 11, 2017 1:45 PM > To: Van Haaren, Harry > Cc: Thomas Monjalon ; dev@dpdk.org; Wiles, Keith > ; Richardson, Bruce > Subject: Re: [PATCH v4 1/7] service cores: header and implementation > > The service registratio

Re: [dpdk-dev] [PATCH v4 1/7] service cores: header and implementation

2017-07-11 Thread Jerin Jacob
-Original Message- > Date: Tue, 11 Jul 2017 12:32:58 + > From: "Van Haaren, Harry" > To: Thomas Monjalon , Jerin Jacob > > CC: "dev@dpdk.org" , "Wiles, Keith" , > "Richardson, Bruce" > Subject: RE: [PATCH v4 1/7] service cores: header and implementation > > > From: Thomas Monjalon

Re: [dpdk-dev] [PATCH v4 1/7] service cores: header and implementation

2017-07-11 Thread Van Haaren, Harry
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, July 11, 2017 10:55 AM > To: Jerin Jacob ; Van Haaren, Harry > > Cc: dev@dpdk.org; Wiles, Keith ; Richardson, Bruce > > Subject: Re: [PATCH v4 1/7] service cores: header and implementation > > 11/07/2017 10:29, Jerin Jacob: >

Re: [dpdk-dev] [PATCH v4 1/7] service cores: header and implementation

2017-07-11 Thread Thomas Monjalon
11/07/2017 10:29, Jerin Jacob: > IMO, We don't need to expose rte_service_private.h to application. If > you agree, add the following or similar change If it must not be exposed, the file should not have the prefix rte_ In doc/api/doxy-api.conf, every files with rte_ prefix will be processed for d

Re: [dpdk-dev] [PATCH v4 1/7] service cores: header and implementation

2017-07-11 Thread Jerin Jacob
-Original Message- > Date: Fri, 7 Jul 2017 17:41:01 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: tho...@monjalon.net, jerin.ja...@caviumnetworks.com, > keith.wi...@intel.com, bruce.richard...@intel.com, Harry van Haaren > > Subject: [PATCH v4 1/7] service cores: header and im

[dpdk-dev] [PATCH v4 1/7] service cores: header and implementation

2017-07-07 Thread Harry van Haaren
Add header files, update .map files with new service functions, and add the service header to the doxygen for building. This service header API allows DPDK to use services as a concept of something that requires CPU cycles. An example is a PMD that runs in software to schedule events, where a hard