bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ethtool-next 0/5] stats: add support for per-channel and XDP standard stats
@ 2021-08-03 16:51 Alexander Lobakin
  2021-08-03 16:51 ` [PATCH ethtool-next 1/5] sync UAPI header copies Alexander Lobakin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexander Lobakin @ 2021-08-03 16:51 UTC (permalink / raw)
  To: Michal Kubecek
  Cc: David S. Miller, Jakub Kicinski, Alexander Lobakin,
	Jesse Brandeburg, Lukasz Czapnik, Marcin Kubiak, Michal Kubiak,
	Michal Swiatkowski, Jonathan Corbet, Netanel Belgazal,
	Arthur Kiyanovski, Guy Tzalik, Saeed Bishara, Ioana Ciornei,
	Claudiu Manoil, Thomas Petazzoni, Marcin Wojtas, Russell King,
	Edward Cree, Martin Habets, Michael S. Tsirkin, Jason Wang,
	Alexei Starovoitov, Daniel Borkmann, Jesper Dangaard Brouer,
	John Fastabend, Andrii Nakryiko, Martin KaFai Lau, Song Liu,
	Yonghong Song, KP Singh, Shay Agroskin, Sameeh Jubran,
	Alexander Duyck, Danielle Ratson, Ido Schimmel, Andrew Lunn,
	Vladyslav Tarasiuk, Arnd Bergmann, Andrew Morton, Jian Shen,
	Petr Vorel, Dan Murphy, Yangbo Lu, Zheng Yongjun,
	Heiner Kallweit, YueHaibing, Johannes Berg, netdev, linux-doc,
	linux-kernel, virtualization, bpf

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@intel.com

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-03 16:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 16:51 [PATCH ethtool-next 0/5] stats: add support for per-channel and XDP standard stats Alexander Lobakin
2021-08-03 16:51 ` [PATCH ethtool-next 1/5] sync UAPI header copies Alexander Lobakin
2021-08-03 16:51 ` [PATCH ethtool-next 2/5] stats: factor out one stat field printing Alexander Lobakin
2021-08-03 16:51 ` [PATCH ethtool-next 3/5] stats: add support for per-channel statistics [blocks] Alexander Lobakin
2021-08-03 16:51 ` [PATCH ethtool-next 4/5] man: fix typo for "rmon" standard stat type Alexander Lobakin
2021-08-03 16:51 ` [PATCH ethtool-next 5/5] man: mention XDP standard statistics in help and man page Alexander Lobakin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).