Message ID | cover.1650615982.git.petrm@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | ip stats: A new front-end for RTM_GETSTATS / RTM_SETSTATS | expand |
Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern <dsahern@kernel.org>: On Fri, 22 Apr 2022 10:30:49 +0200 you wrote: > A new rtnetlink message, RTM_SETSTATS, has been added recently in kernel > commit ca0a53dcec94 ("Merge branch 'net-hw-counters-for-soft-devices'"). > > At the same time, RTM_GETSTATS has been around for a while. The users of > this API are spread in a couple different places: "ip link xstats" reads > stats from the IFLA_STATS_LINK_XSTATS and _XSTATS_SLAVE subgroups, "ip > link afstats" then reads IFLA_STATS_AF_SPEC. > > [...] Here is the summary with links: - [iproute2-next,01/11] libnetlink: Add filtering to rtnl_statsdump_req_filter() https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=a463d6b19107 - [iproute2-next,02/11] ip: Publish functions for stats formatting https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=5520cf1603ba - [iproute2-next,03/11] ip: Add a new family of commands, "stats" https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=54d82b0699a0 - [iproute2-next,04/11] ipstats: Add a "set" command https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=82f6444f83c7 - [iproute2-next,05/11] ipstats: Add a shell of "show" command (no matching commit) - [iproute2-next,06/11] ipstats: Add a group "link" https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=0517a2fd66ae - [iproute2-next,07/11] ipstats: Add a group "offload", subgroup "cpu_hit" https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=af5e7955273e - [iproute2-next,08/11] ipstats: Add offload subgroup "hw_stats_info" https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=179030fa6bc7 - [iproute2-next,09/11] ipstats: Add offload subgroup "l3_stats" https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=0f1fd40cc9e8 - [iproute2-next,10/11] ipmonitor: Add monitoring support for stats events https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=a05a27c07cbf - [iproute2-next,11/11] man: Add man pages for the "stats" functions https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=b28eb051b321 You are awesome, thank you!