[dpdk-dev] [PATCH v6 0/3] new rte_jobstats library and example application

2015-02-24 Thread Thomas Monjalon
> > Hi community, > > I would like to introduce library for measuring load of some arbitrary jobs > > and > > help finding optimal poll time in poll mode applications. It can be used to > > measure and drive every kind of job sets on any arbitrary execution unit or > > tasking library. > > > > In

[dpdk-dev] [PATCH v6 0/3] new rte_jobstats library and example application

2015-02-24 Thread De Lara Guarch, Pablo
> -Original Message- > From: Wodkowski, PawelX > Sent: Tuesday, February 24, 2015 4:33 PM > To: dev at dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v6 0/3] new rte_jobstats library and example application > > Hi community, > I would like to introduce library for measuring load of so

[dpdk-dev] [PATCH v6 0/3] new rte_jobstats library and example application

2015-02-24 Thread Pawel Wodkowski
Hi community, I would like to introduce library for measuring load of some arbitrary jobs and help finding optimal poll time in poll mode applications. It can be used to measure and drive every kind of job sets on any arbitrary execution unit or tasking library. In provided l2fwd-jobstats example