Message ID | 20230530091948.1408477-1-vladimir.oltean@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | xstats for tc-taprio | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 30 May 2023 12:19:43 +0300 you wrote: > As a result of this discussion: > https://lore.kernel.org/intel-wired-lan/20230411055543.24177-1-muhammad.husaini.zulkifli@intel.com/ > > it became apparent that tc-taprio should make an effort to standardize > statistics counters related to the 802.1Qbv scheduling as implemented > by the NIC. I'm presenting here one counter suggested by the standard, > and one counter defined by the NXP ENETC controller from LS1028A. Both > counters are reported globally and per traffic class - drivers get > different callbacks for reporting both of these, and get to choose what > to report in both cases. > > [...] Here is the summary with links: - [net-next,1/5] net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats() https://git.kernel.org/netdev/net-next/c/dced11ef84fb - [net-next,2/5] net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum https://git.kernel.org/netdev/net-next/c/2d800bc500fb - [net-next,3/5] net/sched: taprio: add netlink reporting for offload statistics counters https://git.kernel.org/netdev/net-next/c/6c1adb650c8d - [net-next,4/5] net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmd https://git.kernel.org/netdev/net-next/c/5353599aa745 - [net-next,5/5] net: enetc: report statistics counters for taprio https://git.kernel.org/netdev/net-next/c/4802fca8d1af You are awesome, thank you!