[PATCH net-next 0/2] Fixes for taprio xstats

From: Vladimir Oltean
Date: Fri Jun 09 2023 - 09:59:41 EST


1. Taprio classes correspond to TXQs, and thus, class stats are TXQ
stats not TC stats.
2. Drivers reporting taprio xstats should report xstats for *this*
taprio, not for a previous one.

Vladimir Oltean (2):
net/sched: taprio: report class offload stats per TXQ, not per TC
net: enetc: reset taprio stats when taprio is deleted

.../net/ethernet/freescale/enetc/enetc_qos.c | 29 ++++++++++---------
include/net/pkt_sched.h | 10 +++----
net/sched/sch_taprio.c | 8 ++---
3 files changed, 25 insertions(+), 22 deletions(-)

--
2.34.1