From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2 3/7] app/test-eventdev: update app to use service cores Date: Sat, 21 Oct 2017 22:31:47 +0530 Message-ID: <20171021170144.GA4766@jerin> References: <1507712990-13064-1-git-send-email-pbhagavatula@caviumnetworks.com> <1507912610-14409-1-git-send-email-pbhagavatula@caviumnetworks.com> <1507912610-14409-3-git-send-email-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: hemant.agrawal@nxp.com, harry.van.haaren@intel.com, dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0052.outbound.protection.outlook.com [104.47.36.52]) by dpdk.org (Postfix) with ESMTP id 982691B2E8 for ; Sat, 21 Oct 2017 19:02:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1507912610-14409-3-git-send-email-pbhagavatula@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Fri, 13 Oct 2017 22:06:46 +0530 > From: Pavan Nikhilesh > To: jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com, > harry.van.haaren@intel.com > Cc: dev@dpdk.org, Pavan Bhagavatula > 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 > > 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 > --- > 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