linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Maxime Chevallier <maxime.chevallier@bootlin.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com,
	andrew@lunn.ch, kuba@kernel.org, edumazet@google.com,
	pabeni@redhat.com, linux@armlinux.org.uk,
	linux-arm-kernel@lists.infradead.org,
	christophe.leroy@csgroup.eu, herve.codina@bootlin.com,
	f.fainelli@gmail.com, hkallweit1@gmail.com,
	vladimir.oltean@nxp.com, kory.maincent@bootlin.com,
	jesse.brandeburg@intel.com, kabel@kernel.org,
	piergiorgio.beruto@gmail.com, o.rempel@pengutronix.de,
	nicveronese@gmail.com, horms@kernel.org, mwojtas@chromium.org,
	nathan@kernel.org, atenart@kernel.org, mkl@pengutronix.de,
	dan.carpenter@linaro.org, romain.gantois@bootlin.com
Subject: Re: [PATCH net-next v18 00/13] Introduce PHY listing and link_topology tracking
Date: Fri, 23 Aug 2024 12:10:35 +0000	[thread overview]
Message-ID: <172441503552.2944490.10143291093709397459.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240821151009.1681151-1-maxime.chevallier@bootlin.com>

Hello:

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

On Wed, 21 Aug 2024 17:09:54 +0200 you wrote:
> Hello everyone,
> 
> This is V18 of the phy_link_topology series, aiming at improving support
> for multiple PHYs being attached to the same MAC.
> 
> V18 is a simple rebase of the V17 on top of net-next, gathering the
> tested-by and reviewed-by tags from Christophe (thanks !).
> 
> [...]

Here is the summary with links:
  - [net-next,v18,01/13] net: phy: Introduce ethernet link topology representation
    https://git.kernel.org/netdev/net-next/c/384968786909
  - [net-next,v18,02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
    https://git.kernel.org/netdev/net-next/c/4d76f115ab91
  - [net-next,v18,03/13] net: phy: add helpers to handle sfp phy connect/disconnect
    https://git.kernel.org/netdev/net-next/c/b2db6f4ace72
  - [net-next,v18,04/13] net: sfp: Add helper to return the SFP bus name
    https://git.kernel.org/netdev/net-next/c/0a2f7de0f3b9
  - [net-next,v18,05/13] net: ethtool: Allow passing a phy index for some commands
    https://git.kernel.org/netdev/net-next/c/c15e065b46dc
  - [net-next,v18,06/13] netlink: specs: add phy-index as a header parameter
    https://git.kernel.org/netdev/net-next/c/9af0e89d6c24
  - [net-next,v18,07/13] net: ethtool: Introduce a command to list PHYs on an interface
    https://git.kernel.org/netdev/net-next/c/17194be4c8e1
  - [net-next,v18,08/13] netlink: specs: add ethnl PHY_GET command set
    https://git.kernel.org/netdev/net-next/c/d3d9a3e48a63
  - [net-next,v18,09/13] net: ethtool: plca: Target the command to the requested PHY
    https://git.kernel.org/netdev/net-next/c/02180fb525ba
  - [net-next,v18,10/13] net: ethtool: pse-pd: Target the command to the requested PHY
    https://git.kernel.org/netdev/net-next/c/31748765bed3
  - [net-next,v18,11/13] net: ethtool: cable-test: Target the command to the requested PHY
    https://git.kernel.org/netdev/net-next/c/3688ff3077d3
  - [net-next,v18,12/13] net: ethtool: strset: Allow querying phy stats by index
    https://git.kernel.org/netdev/net-next/c/e96c93aa4be9
  - [net-next,v18,13/13] Documentation: networking: document phy_link_topology
    https://git.kernel.org/netdev/net-next/c/db31e09d517b

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




      parent reply	other threads:[~2024-08-23 12:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21 15:09 [PATCH net-next v18 00/13] Introduce PHY listing and link_topology tracking Maxime Chevallier
2024-08-21 15:09 ` [PATCH net-next v18 01/13] net: phy: Introduce ethernet link topology representation Maxime Chevallier
2024-08-21 15:09 ` [PATCH net-next v18 02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY Maxime Chevallier
2024-08-21 15:09 ` [PATCH net-next v18 03/13] net: phy: add helpers to handle sfp phy connect/disconnect Maxime Chevallier
2024-08-21 15:09 ` [PATCH net-next v18 04/13] net: sfp: Add helper to return the SFP bus name Maxime Chevallier
2024-08-21 15:09 ` [PATCH net-next v18 05/13] net: ethtool: Allow passing a phy index for some commands Maxime Chevallier
2024-08-21 15:10 ` [PATCH net-next v18 06/13] netlink: specs: add phy-index as a header parameter Maxime Chevallier
2024-08-21 15:10 ` [PATCH net-next v18 07/13] net: ethtool: Introduce a command to list PHYs on an interface Maxime Chevallier
2024-09-10 16:41   ` Eric Dumazet
2024-09-10 17:20     ` Maxime Chevallier
2024-09-10 17:23       ` Eric Dumazet
2024-08-21 15:10 ` [PATCH net-next v18 08/13] netlink: specs: add ethnl PHY_GET command set Maxime Chevallier
2024-08-21 15:10 ` [PATCH net-next v18 09/13] net: ethtool: plca: Target the command to the requested PHY Maxime Chevallier
2024-08-21 15:10 ` [PATCH net-next v18 10/13] net: ethtool: pse-pd: " Maxime Chevallier
2024-08-21 15:10 ` [PATCH net-next v18 11/13] net: ethtool: cable-test: " Maxime Chevallier
2024-08-21 15:10 ` [PATCH net-next v18 12/13] net: ethtool: strset: Allow querying phy stats by index Maxime Chevallier
2024-08-21 15:10 ` [PATCH net-next v18 13/13] Documentation: networking: document phy_link_topology Maxime Chevallier
2024-08-23 12: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=172441503552.2944490.10143291093709397459.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=atenart@kernel.org \
    --cc=christophe.leroy@csgroup.eu \
    --cc=dan.carpenter@linaro.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=herve.codina@bootlin.com \
    --cc=hkallweit1@gmail.com \
    --cc=horms@kernel.org \
    --cc=jesse.brandeburg@intel.com \
    --cc=kabel@kernel.org \
    --cc=kory.maincent@bootlin.com \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=maxime.chevallier@bootlin.com \
    --cc=mkl@pengutronix.de \
    --cc=mwojtas@chromium.org \
    --cc=nathan@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nicveronese@gmail.com \
    --cc=o.rempel@pengutronix.de \
    --cc=pabeni@redhat.com \
    --cc=piergiorgio.beruto@gmail.com \
    --cc=romain.gantois@bootlin.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=vladimir.oltean@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).