From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 23C1FB62 for ; Thu, 3 May 2018 16:41:35 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (webmail.solarflare.com [12.187.104.26]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 905ED780083 for ; Thu, 3 May 2018 14:41:33 +0000 (UTC) Received: from ocex03.SolarFlarecom.com (10.20.40.36) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Thu, 3 May 2018 07:41:30 -0700 Received: from opal.uk.solarflarecom.com (10.17.10.1) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25 via Frontend Transport; Thu, 3 May 2018 07:41:30 -0700 Received: from uklogin.uk.solarflarecom.com (uklogin.uk.solarflarecom.com [10.17.10.10]) by opal.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id w43EfTkx027617 for ; Thu, 3 May 2018 15:41:29 +0100 Received: from uklogin.uk.solarflarecom.com (localhost.localdomain [127.0.0.1]) by uklogin.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id w43EfTcu018634 for ; Thu, 3 May 2018 15:41:29 +0100 From: Andrew Rybchenko To: Date: Thu, 3 May 2018 15:41:15 +0100 Message-ID: <1525358479-18589-1-git-send-email-arybchenko@solarflare.com> X-Mailer: git-send-email 1.8.2.3 MIME-Version: 1.0 Content-Type: text/plain X-MDID: 1525358494-TMgkIGqLa9Hq Subject: [dpdk-dev] [PATCH 0/4] net/sfc/base: add new stats X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 14:41:35 -0000 Update net/sfc base driver to provide a new stats available on XtremeScale X2 (aka Medford2) NICs. No new code is required in net/sfc PMD. HLB_IDLE and HLB_TIMEOUT stats are useful for packet drops and performance investigations. There are few checkpatches.sh warnings due to coding style difference in base driver. Andrew Rybchenko (4): net/sfc/base: fix Medford2 FEC stats range net/sfc/base: generate Medford2 RxDP stats net/sfc/base: support RxDP scatter disabled truncate counter net/sfc/base: add Medford2 head-of-line blocking stats drivers/net/sfc/base/ef10_mac.c | 41 ++++++++++++++++++++++++++++++++++++++++- drivers/net/sfc/base/ef10_nic.c | 6 ++++++ drivers/net/sfc/base/efx.h | 6 +++++- drivers/net/sfc/base/efx_mac.c | 5 ++++- 4 files changed, 55 insertions(+), 3 deletions(-) -- 2.14.1