mbox series

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

Message ID 20230609135917.1084327-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series Fixes for taprio xstats | expand

Message

Vladimir Oltean June 9, 2023, 1:59 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 12, 2023, 8:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri,  9 Jun 2023 16:59:15 +0300 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net/sched: taprio: report class offload stats per TXQ, not per TC
    https://git.kernel.org/netdev/net-next/c/2b84960fc5dd
  - [net-next,2/2] net: enetc: reset taprio stats when taprio is deleted
    https://git.kernel.org/netdev/net-next/c/f1e668d29c57

You are awesome, thank you!