public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Russell King (Oracle) <linux@armlinux•org.uk>
Cc: andrew@lunn•ch, hkallweit1@gmail•com,
	bcm-kernel-feedback-list@broadcom•com, davem@davemloft•net,
	edumazet@google•com, florian.fainelli@broadcom•com,
	kuba@kernel•org, kabel@kernel•org, netdev@vger•kernel.org,
	pabeni@redhat•com
Subject: Re: [PATCH net-next 00/10] net: phylink: improve PHY validation
Date: Tue, 28 Nov 2023 02:20:28 +0000	[thread overview]
Message-ID: <170113802894.29254.6950669144994725182.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <ZWCWn+uNkVLPaQhn@shell.armlinux.org.uk>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel•org>:

On Fri, 24 Nov 2023 12:27:11 +0000 you wrote:
> Hi,
> 
> One of the issues which has concerned me about the rate matching
> implenentation that we have is that phy_get_rate_matching() returns
> whether rate matching will be used for a particular interface, and we
> enquire only for one interface.
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] net: phy: add possible interfaces
    https://git.kernel.org/netdev/net-next/c/243ad8df7a1b
  - [net-next,02/10] net: phy: marvell10g: table driven mactype decode
    https://git.kernel.org/netdev/net-next/c/2cb6d63b30c6
  - [net-next,03/10] net: phy: marvell10g: fill in possible_interfaces
    https://git.kernel.org/netdev/net-next/c/82f2e76b660a
  - [net-next,04/10] net: phy: bcm84881: fill in possible_interfaces
    https://git.kernel.org/netdev/net-next/c/a22583338e53
  - [net-next,05/10] net: phy: aquantia: fill in possible_interfaces for AQR113C
    https://git.kernel.org/netdev/net-next/c/01972fa9ab7d
  - [net-next,06/10] net: phylink: split out per-interface validation
    https://git.kernel.org/netdev/net-next/c/5f492a04506e
  - [net-next,07/10] net: phylink: pass PHY into phylink_validate_one()
    https://git.kernel.org/netdev/net-next/c/385e72b40034
  - [net-next,08/10] net: phylink: pass PHY into phylink_validate_mask()
    https://git.kernel.org/netdev/net-next/c/b7014f9ece50
  - [net-next,09/10] net: phylink: split out PHY validation from phylink_bringup_phy()
    https://git.kernel.org/netdev/net-next/c/2c62ff83ee14
  - [net-next,10/10] net: phylink: use the PHY's possible_interfaces if populated
    https://git.kernel.org/netdev/net-next/c/7a1f9a17ee99

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



  parent reply	other threads:[~2023-11-28  2:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-24 12:27 [PATCH net-next 00/10] net: phylink: improve PHY validation Russell King (Oracle)
2023-11-24 12:27 ` [PATCH net-next 01/10] net: phy: add possible interfaces Russell King (Oracle)
2023-11-25 17:06   ` Andrew Lunn
2023-11-24 12:27 ` [PATCH net-next 02/10] net: phy: marvell10g: table driven mactype decode Russell King (Oracle)
2023-11-24 12:28 ` [PATCH net-next 03/10] net: phy: marvell10g: fill in possible_interfaces Russell King (Oracle)
2023-11-25 17:09   ` Andrew Lunn
2023-11-24 12:28 ` [PATCH net-next 04/10] net: phy: bcm84881: " Russell King (Oracle)
2023-11-25 17:10   ` Andrew Lunn
2023-11-24 12:28 ` [PATCH net-next 05/10] net: phy: aquantia: fill in possible_interfaces for AQR113C Russell King (Oracle)
2023-11-25 17:11   ` Andrew Lunn
2023-11-24 12:28 ` [PATCH net-next 06/10] net: phylink: split out per-interface validation Russell King (Oracle)
2023-11-25 17:12   ` Andrew Lunn
2023-11-24 12:28 ` [PATCH net-next 07/10] net: phylink: pass PHY into phylink_validate_one() Russell King (Oracle)
2023-11-25 17:13   ` Andrew Lunn
2023-11-24 12:28 ` [PATCH net-next 08/10] net: phylink: pass PHY into phylink_validate_mask() Russell King (Oracle)
2023-11-25 17:13   ` Andrew Lunn
2023-11-24 12:28 ` [PATCH net-next 09/10] net: phylink: split out PHY validation from phylink_bringup_phy() Russell King (Oracle)
2023-11-25 17:15   ` Andrew Lunn
2023-11-24 12:28 ` [PATCH net-next 10/10] net: phylink: use the PHY's possible_interfaces if populated Russell King (Oracle)
2023-11-25 17:18   ` Andrew Lunn
2023-11-28  2:08 ` [PATCH net-next 00/10] net: phylink: improve PHY validation Jakub Kicinski
2023-11-28  2:20 ` patchwork-bot+netdevbpf [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-22 15:30 [PATCH RFC " Russell King (Oracle)
2023-11-24 12:25 ` [PATCH net-next " Russell King (Oracle)

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=170113802894.29254.6950669144994725182.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=andrew@lunn$(echo .)ch \
    --cc=bcm-kernel-feedback-list@broadcom$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=florian.fainelli@broadcom$(echo .)com \
    --cc=hkallweit1@gmail$(echo .)com \
    --cc=kabel@kernel$(echo .)org \
    --cc=kuba@kernel$(echo .)org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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