From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <linux@armlinux.org.uk>
Cc: andrew@lunn.ch, hkallweit1@gmail.com, sean.anderson@seco.com,
davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH net-next 0/3] Introduce supported interfaces bitmap
Date: Tue, 26 Oct 2021 14:20:08 +0000 [thread overview]
Message-ID: <163525800835.18574.4489238669469918667.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <YXfS8K/7c14UFIyq@shell.armlinux.org.uk>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Tue, 26 Oct 2021 11:05:36 +0100 you wrote:
> This series introduces a new bitmap to allow us to indicate which
> phy_interface_t modes are supported.
>
> Currently, phylink will call ->validate with PHY_INTERFACE_MODE_NA to
> request all link mode capabilities from the MAC driver before choosing
> an interface to use. This leads in some cases to some rather hairly
> code. This can be simplified if phylink is aware of the interface modes
> that the MAC supports, and it can instead walk those modes, calling
> ->validate for each one, and combining the results.
>
> [...]
Here is the summary with links:
- [net-next,1/3] net: phy: add phy_interface_t bitmap support
https://git.kernel.org/netdev/net-next/c/8e20f591f204
- [net-next,2/3] net: phylink: add MAC phy_interface_t bitmap
https://git.kernel.org/netdev/net-next/c/38c310eb46f5
- [net-next,3/3] net: phylink: use supported_interfaces for phylink validation
https://git.kernel.org/netdev/net-next/c/d25f3a74f30a
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:[~2021-10-26 14:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-26 10:05 [PATCH net-next 0/3] Introduce supported interfaces bitmap Russell King (Oracle)
2021-10-26 10:06 ` [PATCH net-next 1/3] net: phy: add phy_interface_t bitmap support Russell King (Oracle)
2021-10-26 10:06 ` [PATCH net-next 2/3] net: phylink: add MAC phy_interface_t bitmap Russell King
2021-10-26 10:06 ` [PATCH net-next 3/3] net: phylink: use supported_interfaces for phylink validation Russell King (Oracle)
2021-10-26 14:20 ` 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=163525800835.18574.4489238669469918667.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=hkallweit1@gmail.com \
--cc=kuba@kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=sean.anderson@seco.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.