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

Jerin Jacob jerin.jacob at caviumnetworks.com
Sat Oct 21 19:01:47 CEST 2017


-----Original Message-----
> Date: Fri, 13 Oct 2017 22:06:46 +0530
> From: Pavan Nikhilesh <pbhagavatula at caviumnetworks.com>
> To: jerin.jacob at caviumnetworks.com, hemant.agrawal at nxp.com,
>  harry.van.haaren at intel.com
> Cc: dev at dpdk.org, Pavan Bhagavatula <pbhagavatula at 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 <pbhagavatula at 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 <pbhagavatula at 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.jacob at caviumnetworks.com>


More information about the dev mailing list