numam-dpdk/lib/librte_jobstats
Marcin Kerlin 930cd79735 jobstats: add abort function
This patch adds new function rte_jobstats_abort.
It marks *job* as finished and time of this work will be add to management
time instead of execution time.
This function should be used instead of rte_jobstats_finish if condition
occurs, condition is defined by the application for example when receiving
n>0 packets.
Example of usage is added to the example l2fwd-jobstats.
At maximum load do-while loop inside Idle job will be execute once because
one or more jobs waiting to be executed, so this time should not be include
as the execution time by calling rte_jobstats_abort().

Signed-off-by: Marcin Kerlin <marcinx.kerlin@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
2016-02-29 11:22:53 +01:00
..
Makefile jobstats: new library 2015-02-24 22:12:35 +01:00
rte_jobstats_version.map jobstats: add abort function 2016-02-29 11:22:53 +01:00
rte_jobstats.c jobstats: add abort function 2016-02-29 11:22:53 +01:00
rte_jobstats.h jobstats: add abort function 2016-02-29 11:22:53 +01:00