Message ID | 20220302163128.218798-1-idosch@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | HW counters for soft devices | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 2 Mar 2022 18:31:14 +0200 you wrote: > Petr says: > > Offloading switch device drivers may be able to collect statistics of the > traffic taking place in the HW datapath that pertains to a certain soft > netdevice, such as a VLAN. In this patch set, add the necessary > infrastructure to allow exposing these statistics to the offloaded > netdevice in question, and add mlxsw offload. > > [...] Here is the summary with links: - [net-next,v2,01/14] net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_* https://git.kernel.org/netdev/net-next/c/6b524a1d012b - [net-next,v2,02/14] net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backed https://git.kernel.org/netdev/net-next/c/f6e0fb812988 - [net-next,v2,03/14] net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests https://git.kernel.org/netdev/net-next/c/46efc97b7306 - [net-next,v2,04/14] net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill() https://git.kernel.org/netdev/net-next/c/05415bccbb09 - [net-next,v2,05/14] net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returns https://git.kernel.org/netdev/net-next/c/216e690631f5 - [net-next,v2,06/14] net: dev: Add hardware stats support https://git.kernel.org/netdev/net-next/c/9309f97aef6d - [net-next,v2,07/14] net: rtnetlink: Add UAPI for obtaining L3 offload xstats https://git.kernel.org/netdev/net-next/c/0e7788fd7622 - [net-next,v2,08/14] net: rtnetlink: Add RTM_SETSTATS https://git.kernel.org/netdev/net-next/c/03ba35667091 - [net-next,v2,09/14] net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS https://git.kernel.org/netdev/net-next/c/5fd0b838efac - [net-next,v2,10/14] mlxsw: reg: Fix packing of router interface counters https://git.kernel.org/netdev/net-next/c/8fe96f586b83 - [net-next,v2,11/14] mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functions https://git.kernel.org/netdev/net-next/c/9834e2467c86 - [net-next,v2,12/14] mlxsw: Extract classification of router-related events to a helper https://git.kernel.org/netdev/net-next/c/c1de13f91ee5 - [net-next,v2,13/14] mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATS https://git.kernel.org/netdev/net-next/c/8d0f7d3ac647 - [net-next,v2,14/14] selftests: forwarding: hw_stats_l3: Add a new test https://git.kernel.org/netdev/net-next/c/ba95e7930957 You are awesome, thank you!