From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 739B82716 for ; Tue, 5 May 2015 17:10:05 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 05 May 2015 08:09:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,373,1427785200"; d="scan'208";a="489629264" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 05 May 2015 08:09:04 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.246]) by IRSMSX151.ger.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002; Tue, 5 May 2015 16:09:00 +0100 From: "Dumitrescu, Cristian" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 00/13] port: added port statistics Thread-Index: AQHQgz5scKMbgOeU2Ea7zHsw3dLBzp1thC/w Date: Tue, 5 May 2015 15:08:59 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263235BB68@IRSMSX108.ger.corp.intel.com> References: <1430395652-6852-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1430395652-6852-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: 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 v2 00/13] port: added port statistics 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, 05 May 2015 15:10:05 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Thursday, April 30, 2015 1:07 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 00/13] port: added port statistics >=20 > From: Maciej Gajdzica >=20 > Added statistics for every type of port. By default all port statistics > are disabled, user must activate them in config file. >=20 > Maciej Gajdzica (13): > port: added structures for port stats > port: added port_ethdev_reader stats > port: added port_ethdev_writer stats > port: added port_ethdev_writer_nodrop stats > port: added port_frag stats > port: added port_ras stats > port: added port_ring_reader stats > port: added port_ring_writer stats > port: added port_ring_writer_nodrop stats > port: added port_sched_reader stats > port: added port_sched_writer stats > port: added port_source stats > port: added port_sink stats >=20 > config/common_bsdapp | 12 ++++ > config/common_linuxapp | 12 ++++ > lib/librte_port/rte_port.h | 60 ++++++++++++++-- > lib/librte_port/rte_port_ethdev.c | 113 > +++++++++++++++++++++++++++++- > lib/librte_port/rte_port_frag.c | 36 ++++++++++ > lib/librte_port/rte_port_ras.c | 38 ++++++++++ > lib/librte_port/rte_port_ring.c | 118 > +++++++++++++++++++++++++++++++- > lib/librte_port/rte_port_sched.c | 96 ++++++++++++++++++++++++-- > lib/librte_port/rte_port_source_sink.c | 98 > ++++++++++++++++++++++++-- > 9 files changed, 566 insertions(+), 17 deletions(-) >=20 > -- > 1.7.9.5 Acked by: Cristian Dumitrescu =20