From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 49E79B68F for ; Tue, 17 Feb 2015 17:34:19 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 17 Feb 2015 08:33:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,595,1418112000"; d="scan'208";a="686880872" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 17 Feb 2015 08:33:21 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.69]) by IRSMSX153.ger.corp.intel.com ([169.254.9.234]) with mapi id 14.03.0195.001; Tue, 17 Feb 2015 16:33:19 +0000 From: "Wodkowski, PawelX" To: "Wodkowski, PawelX" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/2] new headroom stats library and example application Thread-Index: AQHQSs8wpg9xCl8e8kes40xcX+7puZz1CQzg 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> In-Reply-To: <1424189986-26219-1-git-send-email-pawelx.wodkowski@intel.com> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/2] new headroom stats library and example application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 16:34:19 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pawel Wodkowski > Sent: Tuesday, February 17, 2015 5:20 PM > To: dev@dpdk.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