mbox series

[net-next,0/2] Report tc-taprio window drops in NXP ENETC driver

Message ID 20210602122114.2082344-1-olteanv@gmail.com (mailing list archive)
Headers show
Series Report tc-taprio window drops in NXP ENETC driver | expand

Message

Vladimir Oltean June 2, 2021, 12:21 p.m. UTC
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(-)