From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/3] new rte_jobstats library and example application Date: Tue, 24 Feb 2015 22:25:49 +0100 Message-ID: <1659318.Rs3amHzvtC@xps13> References: <1424348324-29932-1-git-send-email-pawelx.wodkowski@intel.com> <1424795605-2779-1-git-send-email-pawelx.wodkowski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Wodkowski, PawelX" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > 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 I demonstrate how to use this library to > > select optimal rx burst poll time and find out idle time. Jobs are selected by > > using existing rte_timer library calls. This example does no limit possible > > schemes on which this library can be used. > > > > PATCH v6 changes: > > - rename library name to rte_jobstats. > > - clean unused includes and dependencies in library. > > - change/fix API documentation. > > - reword cover letter. > > > > PATCH v5 changes: > > - Fix spelling and checkpatch.pl errors. > > - Add maintainer claim for library and example app. > > > > PATCH v4 changes: > > - use proper branch for generating patch. > > > > PATCH v3 changes: > > - Fix spelling. > > > > PATCH v2 changes: > > - Remove jobs management/callback from library to not duplicate tasking > > library > > behaviour. > > - Cleenup/remove useless statistics. > > - Rework example application to use rte_timer library for jobs selection. > > - Introduce new app parameter '-l' for automatic thousands separating in > > stats. > > - More readable statistics format. > > > > Pawel Wodkowski (3): > > librte_jobstats: New library for checking core/system/app load > > examples: introduce new l2fwd-jobstats example > > MAINTAINERS: claim responsibility for rte_jobstats library and example > > app > > Acked-by: Pablo de Lara Applied with small fixes, thanks