From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 828ADCADE for ; Thu, 30 Apr 2015 14:08:31 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 30 Apr 2015 05:08:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,676,1422950400"; d="scan'208";a="687980930" Received: from unknown (HELO Sent) ([10.217.248.194]) by orsmga001.jf.intel.com with SMTP; 30 Apr 2015 05:08:25 -0700 Received: by Sent (sSMTP sendmail emulation); Thu, 30 Apr 2015 14:07:42 +0116 From: Michal Jastrzebski To: dev@dpdk.org Date: Thu, 30 Apr 2015 14:07:19 +0200 Message-Id: <1430395652-6852-1-git-send-email-michalx.k.jastrzebski@intel.com> X-Mailer: git-send-email 2.1.1 Subject: [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: Thu, 30 Apr 2015 12:08:32 -0000 From: Maciej Gajdzica Added statistics for every type of port. By default all port statistics are disabled, user must activate them in config file. 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 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(-) -- 1.7.9.5