Merge branch 'taprio-xstats'
authorDavid S. Miller <davem@davemloft.net>
Mon, 12 Jun 2023 08:43:31 +0000 (09:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jun 2023 08:43:31 +0000 (09:43 +0100)
commit65137877338149185d71d2bc1481693b78377e04
tree5b78b7449f3f543febf835799a078ee86aaa5407
parentf2ea0c3582abc721ce9e090cf496b96e6b204e2c
parentf1e668d29c57499f734a291bfb96a82142322f41
Merge branch 'taprio-xstats'

Vladimir Oltean says:

====================
Fixes for taprio xstats

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>