All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, xiaoliang.yang_1@nxp.com,
	claudiu.manoil@nxp.com, alexandre.belloni@bootlin.com,
	UNGLinuxDriver@microchip.com, andrew@lunn.ch,
	vivien.didelot@gmail.com, f.fainelli@gmail.com,
	fido_max@inbox.ru, colin.foster@in-advantage.com,
	richard.pearn@nxp.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 00/14] Standardized ethtool counters for Felix DSA driver
Date: Fri, 09 Sep 2022 10:10:18 +0000	[thread overview]
Message-ID: <166271821812.3591.390061450752416705.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220908164816.3576795-1-vladimir.oltean@nxp.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu,  8 Sep 2022 19:48:02 +0300 you wrote:
> The main purpose of this change set is to add reporting of structured
> ethtool statistics counters to the felix DSA driver (see patch 11/14 for
> details), as a prerequisite for extending these counters to the
> eMAC/pMAC defined by the IEEE MAC Merge layer.
> 
> Along the way, the main purpose has diverged into multiple sub-purposes
> which are also tackled:
> 
> [...]

Here is the summary with links:
  - [net-next,01/14] net: dsa: felix: add definitions for the stream filter counters
    https://git.kernel.org/netdev/net-next/c/0a2360c59687
  - [net-next,02/14] net: mscc: ocelot: make access to STAT_VIEW sleepable again
    https://git.kernel.org/netdev/net-next/c/96980ff7c2ca
  - [net-next,03/14] net: dsa: felix: check the 32-bit PSFP stats against overflow
    https://git.kernel.org/netdev/net-next/c/25027c8409b4
  - [net-next,04/14] net: mscc: ocelot: report FIFO drop counters through stats->rx_dropped
    https://git.kernel.org/netdev/net-next/c/cc160fc29a26
  - [net-next,05/14] net: mscc: ocelot: sort Makefile files alphabetically
    https://git.kernel.org/netdev/net-next/c/28c8df8d4785
  - [net-next,06/14] net: mscc: ocelot: move stats code to ocelot_stats.c
    https://git.kernel.org/netdev/net-next/c/fe90104cd604
  - [net-next,07/14] net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common lib
    https://git.kernel.org/netdev/net-next/c/97076c3cc9fe
  - [net-next,08/14] net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.c
    https://git.kernel.org/netdev/net-next/c/d50e41bf0234
  - [net-next,09/14] net: dsa: felix: use ocelot's ndo_get_stats64 method
    https://git.kernel.org/netdev/net-next/c/776b71e55384
  - [net-next,10/14] net: mscc: ocelot: exclude stats from bulk regions based on reg, not name
    https://git.kernel.org/netdev/net-next/c/d3e75f1665f3
  - [net-next,11/14] net: mscc: ocelot: add support for all sorts of standardized counters present in DSA
    https://git.kernel.org/netdev/net-next/c/e32036e1ae7b
  - [net-next,12/14] net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGED
    https://git.kernel.org/netdev/net-next/c/be5c13f26205
  - [net-next,13/14] net: mscc: ocelot: minimize definitions for stats
    https://git.kernel.org/netdev/net-next/c/b69cf1c67572
  - [net-next,14/14] net: mscc: ocelot: share the common stat definitions between all drivers
    https://git.kernel.org/netdev/net-next/c/4d1d157fb6a4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2022-09-09 10:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 16:48 [PATCH net-next 00/14] Standardized ethtool counters for Felix DSA driver Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 01/14] net: dsa: felix: add definitions for the stream filter counters Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 02/14] net: mscc: ocelot: make access to STAT_VIEW sleepable again Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 03/14] net: dsa: felix: check the 32-bit PSFP stats against overflow Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 04/14] net: mscc: ocelot: report FIFO drop counters through stats->rx_dropped Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 05/14] net: mscc: ocelot: sort Makefile files alphabetically Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 06/14] net: mscc: ocelot: move stats code to ocelot_stats.c Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 07/14] net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common lib Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 08/14] net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.c Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 09/14] net: dsa: felix: use ocelot's ndo_get_stats64 method Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 10/14] net: mscc: ocelot: exclude stats from bulk regions based on reg, not name Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 11/14] net: mscc: ocelot: add support for all sorts of standardized counters present in DSA Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 12/14] net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGED Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 13/14] net: mscc: ocelot: minimize definitions for stats Vladimir Oltean
2022-09-08 16:48 ` [PATCH net-next 14/14] net: mscc: ocelot: share the common stat definitions between all drivers Vladimir Oltean
2022-09-09 10:10 ` 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=166271821812.3591.390061450752416705.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=claudiu.manoil@nxp.com \
    --cc=colin.foster@in-advantage.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=fido_max@inbox.ru \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=richard.pearn@nxp.com \
    --cc=vivien.didelot@gmail.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=xiaoliang.yang_1@nxp.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.