From: Vladimir Oltean <olteanv@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
netdev@vger.kernel.org
Cc: Claudiu Manoil <claudiu.manoil@nxp.com>,
Michael Walle <michael@walle.cc>, Po Liu <po.liu@nxp.com>,
Vinicius Costa Gomes <vinicius.gomes@intel.com>,
Vladimir Oltean <vladimir.oltean@nxp.com>
Subject: [PATCH net-next 0/2] Report tc-taprio window drops in NXP ENETC driver
Date: Wed, 2 Jun 2021 15:21:12 +0300 [thread overview]
Message-ID: <20210602122114.2082344-1-olteanv@gmail.com> (raw)
From: Vladimir Oltean <vladimir.oltean@nxp.com>
This series adds an ethtool statistics counter to the enetc driver which
tracks the number of packets dropped due to insufficient transmit time
in the tc-taprio schedule compared to the required time it takes the MAC
to send that packet at the current link speed.
Po Liu (1):
net: enetc: count the tc-taprio window drops
Vladimir Oltean (1):
net: enetc: manage ENETC_F_QBV in priv->active_offloads only when
enabled
drivers/net/ethernet/freescale/enetc/enetc.c | 13 +++++++++++--
drivers/net/ethernet/freescale/enetc/enetc.h | 2 ++
.../net/ethernet/freescale/enetc/enetc_ethtool.c | 2 ++
drivers/net/ethernet/freescale/enetc/enetc_hw.h | 1 +
drivers/net/ethernet/freescale/enetc/enetc_pf.c | 6 ++----
drivers/net/ethernet/freescale/enetc/enetc_qos.c | 6 ++++++
6 files changed, 24 insertions(+), 6 deletions(-)
--
2.25.1
next reply other threads:[~2021-06-02 12:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 12:21 Vladimir Oltean [this message]
2021-06-02 12:21 ` [PATCH net-next 1/2] net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabled Vladimir Oltean
2021-06-02 12:21 ` [PATCH net-next 2/2] net: enetc: count the tc-taprio window drops Vladimir Oltean
2021-06-02 17:19 ` Jakub Kicinski
2021-06-02 17:59 ` Vladimir Oltean
2021-06-02 21:30 ` Jakub Kicinski
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=20210602122114.2082344-1-olteanv@gmail.com \
--to=olteanv@gmail.com \
--cc=claudiu.manoil@nxp.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=michael@walle.cc \
--cc=netdev@vger.kernel.org \
--cc=po.liu@nxp.com \
--cc=vinicius.gomes@intel.com \
--cc=vladimir.oltean@nxp.com \
/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).