[dpdk-dev] [PATCH v3 1/1] jobstats: added function abort for job

2016-02-29 Thread Thomas Monjalon
2016-02-16 13:19, Zhang, Roy Fan: > > On 12/02/2016 16:04, Marcin Kerlin wrote: > > 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

[dpdk-dev] [PATCH v3 1/1] jobstats: added function abort for job

2016-02-16 Thread Zhang, Roy Fan
On 12/02/2016 16:04, Marcin Kerlin wrote: > 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, > cond

[dpdk-dev] [PATCH v3 1/1] jobstats: added function abort for job

2016-02-12 Thread Marcin Kerlin
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 recei