From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <linux@armlinux.org.uk>
Cc: andrew@lunn.ch, hkallweit1@gmail.com,
angelogioacchino.delregno@collabora.com, arinc.unal@arinc9.com,
daniel@makrotopia.org, davem@davemloft.net, dqfext@gmail.com,
edumazet@google.com, florian.fainelli@broadcom.com,
kuba@kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, matthias.bgg@gmail.com,
netdev@vger.kernel.org, pabeni@redhat.com,
sean.wang@mediatek.com, horms@kernel.org,
UNGLinuxDriver@microchip.com, olteanv@gmail.com,
woojung.huh@microchip.com
Subject: Re: [PATCH net-next 0/9] net: dsa: cleanup EEE (part 1)
Date: Thu, 12 Dec 2024 04:40:39 +0000 [thread overview]
Message-ID: <173397843974.1849456.11438174584563074655.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <Z1hNkEb13FMuDQiY@shell.armlinux.org.uk>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 10 Dec 2024 14:17:52 +0000 you wrote:
> Hi,
>
> First part of DSA EEE cleanups.
>
> Patch 1 removes a useless test that is always false. dp->pl will always
> be set for user ports, so !dp->pl in the EEE methods will always be
> false.
>
> [...]
Here is the summary with links:
- [net-next,1/9] net: dsa: remove check for dp->pl in EEE methods
https://git.kernel.org/netdev/net-next/c/66c366392e55
- [net-next,2/9] net: dsa: add hook to determine whether EEE is supported
https://git.kernel.org/netdev/net-next/c/9723a77318b7
- [net-next,3/9] net: dsa: provide implementation of .support_eee()
https://git.kernel.org/netdev/net-next/c/99379f587278
- [net-next,4/9] net: dsa: b53/bcm_sf2: implement .support_eee() method
https://git.kernel.org/netdev/net-next/c/c86692fc2cb7
- [net-next,5/9] net: dsa: mt753x: implement .support_eee() method
https://git.kernel.org/netdev/net-next/c/7eb4f3d9fe17
- [net-next,6/9] net: dsa: qca8k: implement .support_eee() method
https://git.kernel.org/netdev/net-next/c/fe3ef44385b2
- [net-next,7/9] net: dsa: mv88e6xxx: implement .support_eee() method
https://git.kernel.org/netdev/net-next/c/eb3126e720e7
- [net-next,8/9] net: dsa: ksz: implement .support_eee() method
https://git.kernel.org/netdev/net-next/c/801fd546c1ca
- [net-next,9/9] net: dsa: require .support_eee() method to be implemented
https://git.kernel.org/netdev/net-next/c/88325a291a0c
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:[~2024-12-12 4:41 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-10 14:17 [PATCH net-next 0/9] net: dsa: cleanup EEE (part 1) Russell King (Oracle)
2024-12-10 14:18 ` [PATCH net-next 1/9] net: dsa: remove check for dp->pl in EEE methods Russell King (Oracle)
2024-12-10 17:29 ` Florian Fainelli
2024-12-10 14:18 ` [PATCH net-next 2/9] net: dsa: add hook to determine whether EEE is supported Russell King (Oracle)
2024-12-10 19:34 ` Florian Fainelli
2024-12-10 14:18 ` [PATCH net-next 3/9] net: dsa: provide implementation of .support_eee() Russell King (Oracle)
2024-12-10 17:29 ` Florian Fainelli
2024-12-10 14:18 ` [PATCH net-next 4/9] net: dsa: b53/bcm_sf2: implement .support_eee() method Russell King (Oracle)
2024-12-10 17:30 ` Florian Fainelli
2024-12-10 14:18 ` [PATCH net-next 5/9] net: dsa: mt753x: " Russell King (Oracle)
2024-12-10 17:30 ` Florian Fainelli
2024-12-10 21:45 ` arinc.unal
2024-12-10 14:18 ` [PATCH net-next 6/9] net: dsa: qca8k: " Russell King (Oracle)
2024-12-10 17:30 ` Florian Fainelli
2024-12-10 14:18 ` [PATCH net-next 7/9] net: dsa: mv88e6xxx: " Russell King (Oracle)
2024-12-10 17:30 ` Florian Fainelli
2024-12-10 14:18 ` [PATCH net-next 8/9] net: dsa: ksz: " Russell King (Oracle)
2024-12-10 17:30 ` Florian Fainelli
2024-12-10 14:18 ` [PATCH net-next 9/9] net: dsa: require .support_eee() method to be implemented Russell King (Oracle)
2024-12-10 17:31 ` Florian Fainelli
2024-12-11 15:59 ` [PATCH net-next 0/9] net: dsa: cleanup EEE (part 1) Vladimir Oltean
2024-12-11 16:00 ` Vladimir Oltean
2024-12-12 4:40 ` 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=173397843974.1849456.11438174584563074655.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=angelogioacchino.delregno@collabora.com \
--cc=arinc.unal@arinc9.com \
--cc=daniel@makrotopia.org \
--cc=davem@davemloft.net \
--cc=dqfext@gmail.com \
--cc=edumazet@google.com \
--cc=florian.fainelli@broadcom.com \
--cc=hkallweit1@gmail.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=matthias.bgg@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=sean.wang@mediatek.com \
--cc=woojung.huh@microchip.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).