linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: isubramanian@apm.com (Iyappan Subramanian)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 net-next 00/12] drivers: net: xgene: Add ethtool stats and bug fixes
Date: Wed, 10 May 2017 13:44:58 -0700	[thread overview]
Message-ID: <1494449110-23785-1-git-send-email-isubramanian@apm.com> (raw)

This patch set,

- adds ethtool extended statistics support
- addresses errata workarounds
- fixes bugs related to statistics

Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: Quan Nguyen <qnguyen@apm.com>
---
v2: Address review comments from v1
	- Adds lock to protect mdio-xgene indirect MAC access
	- Refactors xgene-enet indirect MAC read/write functions
	- Uses mdio-xgene MAC access routines, if xgene-enet port
	  use the same HW.
v1:
	- Initial version
---

Iyappan Subramanian (3):
  drivers: net: xgene: Protect indirect MAC access
  drivers: net: xgene: Add rx_overrun/tx_underrun statistics
  drivers: net: xgene: Fix redundant prefetch buffer cleanup

Quan Nguyen (9):
  drivers: net: phy: xgene: Add lock to protect mac access
  drivers: net: xgene: Use rgmii mdio mac access
  drivers: net: xgene: Remove redundant local stats
  drivers: net: xgene: Refactor statistics error parsing code
  drivers: net: xgene: Remove unused macros
  drivers: net: xgene: Extend ethtool statistics
  drivers: net: xgene: Workaround for HW errata 10GE_4
  drivers: net: xgene: Add frame recovered statistics counter for errata
    10GE_8/ENET_11
  drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15

 .../net/ethernet/apm/xgene/xgene_enet_ethtool.c    | 132 ++++++++++++++-
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.c     | 188 +++++++++++----------
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.h     |  70 +++++++-
 drivers/net/ethernet/apm/xgene/xgene_enet_main.c   |  59 +++++--
 drivers/net/ethernet/apm/xgene/xgene_enet_main.h   |  12 +-
 drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c  | 110 +++---------
 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c  |  77 +++------
 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.h  |   5 +
 drivers/net/phy/mdio-xgene.c                       |  74 ++++----
 drivers/net/phy/mdio-xgene.h                       |   3 +
 10 files changed, 428 insertions(+), 302 deletions(-)

-- 
1.9.1

             reply	other threads:[~2017-05-10 20:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-10 20:44 Iyappan Subramanian [this message]
2017-05-10 20:44 ` [PATCH v2 net-next 01/12] drivers: net: xgene: Protect indirect MAC access Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 02/12] drivers: net: phy: xgene: Add lock to protect mac access Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 03/12] drivers: net: xgene: Use rgmii mdio " Iyappan Subramanian
2017-05-10 21:48   ` Florian Fainelli
2017-05-10 20:45 ` [PATCH v2 net-next 04/12] drivers: net: xgene: Remove redundant local stats Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 05/12] drivers: net: xgene: Refactor statistics error parsing code Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 06/12] drivers: net: xgene: Remove unused macros Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 07/12] drivers: net: xgene: Extend ethtool statistics Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 08/12] drivers: net: xgene: Add rx_overrun/tx_underrun statistics Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 09/12] drivers: net: xgene: Workaround for HW errata 10GE_4 Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 10/12] drivers: net: xgene: Add frame recovered statistics counter for errata 10GE_8/ENET_11 Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 11/12] drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15 Iyappan Subramanian
2017-05-10 20:45 ` [PATCH v2 net-next 12/12] drivers: net: xgene: Fix redundant prefetch buffer cleanup Iyappan Subramanian
2017-05-16 15:48 ` [PATCH v2 net-next 00/12] drivers: net: xgene: Add ethtool stats and bug fixes David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494449110-23785-1-git-send-email-isubramanian@apm.com \
    --to=isubramanian@apm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).