[dpdk-dev] [PATCH v4 1/2] librte_headroom: New library for checking core/system/app load

2015-02-18 Thread De Lara Guarch, Pablo
Hi Pawel, A few things to fix in this patch: > -Original Message- > From: Wodkowski, PawelX > Sent: Tuesday, February 17, 2015 4:42 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH v4 1/2] librte_headroom: New library for checking > core/system/app load > > This lib

[dpdk-dev] [PATCH v4 1/2] librte_headroom: New library for checking core/system/app load

2015-02-17 Thread Pawel Wodkowski
This library provide API to measure time spend in particular parts of code and to calculate optimal polling time. To calculate a those statistics application code need to be devided into parts (called jobs) that do something. It is up to application to decide what is considered a job. Series of j