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

2017-06-29 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > > This is the third iteration of the service core concept, > > now with an implementation. > > > > Signed-off-by: Harry van Haaren > > Nice work. Detailed review comments below Thanks for the (prompt!) feedback. Mostly agree, comment

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

2017-06-26 Thread Jerin Jacob
-Original Message- > Date: Fri, 23 Jun 2017 10:06:14 +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 1/6] service cores: header and impl

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

2017-06-23 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