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

2017-07-12 Thread Jerin Jacob
-Original Message- > Date: Tue, 11 Jul 2017 15:19:27 +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 v5 1/7] service cores: header and i

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

2017-07-11 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