From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wodkowski, PawelX" Subject: Re: [PATCH v3 0/2] new headroom stats library and example application Date: Tue, 17 Feb 2015 16:33:18 +0000 Message-ID: References: <1424187473-25853-1-git-send-email-pawelx.wodkowski@intel.com> <1424189986-26219-1-git-send-email-pawelx.wodkowski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Wodkowski, PawelX" , "dev-VfR2kkLFssw@public.gmane.org" Return-path: In-Reply-To: <1424189986-26219-1-git-send-email-pawelx.wodkowski-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Content-Language: en-US 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" > -----Original Message----- > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Pawel Wodkowski > Sent: Tuesday, February 17, 2015 5:20 PM > To: dev-VfR2kkLFssw@public.gmane.org > Subject: [dpdk-dev] [PATCH v3 0/2] new headroom stats library and example > application >=20 > Hi community, > I would like to introduce library for measuring load of some arbitrary jo= bs. It > can be used to profile every kind of job sets on any arbitrary execution = unit or > tasking library. >=20 > In provided l2fwd-headroom example I demonstrate how to use this library = to > select optimal rx burst poll time. Jobs are selected by using existing rt= e_timer > library calls. This example does no limit possible schemes on which this = library > can be used. >=20 > PATCH v3 changes: > - spelling fixes. >=20 > 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. >=20 >=20 > Pawel Wodkowski (2): > pmd: enable DCB in SRIOV > tespmd: fix DCB in SRIOV mode support >=20 > app/test-pmd/cmdline.c | 4 ++-- > app/test-pmd/testpmd.c | 39 +++++++++++++++++++++++++++----= ------ > app/test-pmd/testpmd.h | 10 ---------- > lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 2 +- > lib/librte_pmd_ixgbe/ixgbe_pf.c | 19 +++++++++--------- > lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 7 +++---- > 6 files changed, 45 insertions(+), 36 deletions(-) >=20 > -- > 1.9.1 Not this branch :( Self-NACK