Re: [dpdk-dev] [PATCH v2 3/7] app/test-eventdev: update app to use service cores

2017-10-21 Thread Jerin Jacob
-Original Message- > Date: Fri, 13 Oct 2017 22:06:46 +0530 > From: Pavan Nikhilesh > To: jerin.ja...@caviumnetworks.com, hemant.agra...@nxp.com, > harry.van.haa...@intel.com > Cc: dev@dpdk.org, Pavan Bhagavatula > Subject: [dpdk-dev] [PATCH v2 3/7] app/test-eventdev:

[dpdk-dev] [PATCH v2 3/7] app/test-eventdev: update app to use service cores

2017-10-13 Thread Pavan Nikhilesh
From: Pavan Bhagavatula Use service cores for offloading event scheduling in case of centralized scheduling instead of calling the schedule api directly. This removes the dependency on dedicated scheduler core specified by giving command line option --slcore. Signed-off-by: Pavan Nikhilesh ---