-----Original Message----- > Date: Fri, 13 Oct 2017 22:06:46 +0530 > From: Pavan Nikhilesh <[email protected]> > To: [email protected], [email protected], > [email protected] > Cc: [email protected], Pavan Bhagavatula <[email protected]> > 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 <[email protected]> > > 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 <[email protected]> > --- > 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 <[email protected]>

