This series adds bits to support per-channel standard statistics, mentions the new "xdp" group of standard stats landed in Linux with commit 44eee6116fda ("ethtool, stats: introduce standard XDP statistics") and fixes one typo in the man page while at it. The original series for the kernel part is here: [0] [0] https://lore.kernel.org/netdev/20210803163641.3743-1-alexandr.lobakin@xxxxxxxxx Alexander Lobakin (5): sync UAPI header copies stats: factor out one stat field printing stats: add support for per-channel statistics [blocks] man: fix typo for "rmon" standard stat type man: mention XDP standard statistics in help and man page ethtool.8.in | 5 +- ethtool.c | 2 +- netlink/stats.c | 114 +++++++++++++++++++++++++++++------ uapi/linux/ethtool.h | 6 +- uapi/linux/ethtool_netlink.h | 51 +++++++++++++++- uapi/linux/if_link.h | 20 ++++++ uapi/linux/net_tstamp.h | 17 +++++- uapi/linux/netlink.h | 5 +- 8 files changed, 190 insertions(+), 30 deletions(-) -- 2.31.1