-----Original Message----- > Date: Fri, 13 Oct 2017 22:06:46 +0530 > From: Pavan Nikhilesh <pbhagavat...@caviumnetworks.com> > To: jerin.ja...@caviumnetworks.com, hemant.agra...@nxp.com, > harry.van.haa...@intel.com > Cc: dev@dpdk.org, Pavan Bhagavatula <pbhagavat...@caviumnetworks.com> > Subject: [dpdk-dev] [PATCH v2 3/7] app/test-eventdev: update app to use > service cores > X-Mailer: git-send-email 2.7.4 > > From: Pavan Bhagavatula <pbhagavat...@caviumnetworks.com> > > 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 <pbhagavat...@caviumnetworks.com> > --- > app/test-eventdev/evt_common.h | 41 ++++++++++++++++++++++++++++++ > app/test-eventdev/evt_options.c | 10 -------- > app/test-eventdev/evt_options.h | 8 ------ > app/test-eventdev/test_order_atq.c | 6 +++++ > app/test-eventdev/test_order_common.c | 3 --- > app/test-eventdev/test_order_queue.c | 6 +++++ > app/test-eventdev/test_perf_atq.c | 6 +++++ > app/test-eventdev/test_perf_common.c | 47 > ++--------------------------------- > app/test-eventdev/test_perf_common.h | 1 + > app/test-eventdev/test_perf_queue.c | 6 +++++
There are references to "slcore" in documentation(doc/guides/tools/testeventdev.rst). Please remove the slcore references and update example command to use service cores in the documentation. With above change: Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>