From: patchwork-bot+netdevbpf@kernel.org
To: Ido Schimmel <idosch@nvidia.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
petrm@nvidia.com, jiri@nvidia.com, roopa@nvidia.com,
razor@blackwall.org, dsahern@gmail.com, andrew@lunn.ch,
mlxsw@nvidia.com
Subject: Re: [PATCH net-next v2 00/14] HW counters for soft devices
Date: Thu, 03 Mar 2022 11:30:14 +0000 [thread overview]
Message-ID: <164630701489.19662.13236792625641122428.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220302163128.218798-1-idosch@nvidia.com>
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-03-03 11:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-02 16:31 [PATCH net-next v2 00/14] HW counters for soft devices Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 01/14] net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_* Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 02/14] net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backed Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 03/14] net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 04/14] net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill() Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 05/14] net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returns Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 06/14] net: dev: Add hardware stats support Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 07/14] net: rtnetlink: Add UAPI for obtaining L3 offload xstats Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 08/14] net: rtnetlink: Add RTM_SETSTATS Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 09/14] net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 10/14] mlxsw: reg: Fix packing of router interface counters Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 11/14] mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functions Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 12/14] mlxsw: Extract classification of router-related events to a helper Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 13/14] mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATS Ido Schimmel
2022-03-02 16:31 ` [PATCH net-next v2 14/14] selftests: forwarding: hw_stats_l3: Add a new test Ido Schimmel
2022-03-03 11:30 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=164630701489.19662.13236792625641122428.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=dsahern@gmail.com \
--cc=idosch@nvidia.com \
--cc=jiri@nvidia.com \
--cc=kuba@kernel.org \
--cc=mlxsw@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=petrm@nvidia.com \
--cc=razor@blackwall.org \
--cc=roopa@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.