Message ID | cover.1710427655.git.petrm@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Support for nexthop group statistics | expand |
Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern <dsahern@kernel.org>: On Thu, 14 Mar 2024 15:52:11 +0100 you wrote: > Next hop group stats allow verification of balancedness of a next hop > group. The feature was merged in kernel commit 7cf497e5a122 ("Merge branch > 'nexthop-group-stats'"). This patchset adds to ip the corresponding > support. > > NH group stats come in two flavors: as statistics for SW and for HW > datapaths. The former is shown when -s is given to "ip nexthop". The latter > demands more work from the kernel, and possibly driver and HW, and might > not be always necessary. Therefore tie it to -s -s, similarly to how ip > link shows more detailed stats when -s is given twice. > > [...] Here is the summary with links: - [iproute2-next,v2,1/4] libnetlink: Add rta_getattr_uint() https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=95836fbf35d3 - [iproute2-next,v2,2/4] ip: ipnexthop: Support dumping next hop group stats https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=529ada74c401 - [iproute2-next,v2,3/4] ip: ipnexthop: Support dumping next hop group HW stats https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=a50655e730ff - [iproute2-next,v2,4/4] ip: ipnexthop: Allow toggling collection of nexthop group HW statistics https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=69d1c2c4aae8 You are awesome, thank you!