From: patchwork-bot+netdevbpf@kernel.org
To: Andrew Lunn <andrew@lunn.ch>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, aelior@marvell.com, manishc@marvell.com,
jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com,
linux-usb@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, intel-wired-lan@lists.osuosl.org,
horms@kernel.org, jacob.e.keller@intel.com
Subject: Re: [PATCH net-next v5 0/9] drivers: net: Convert EEE handling to use linkmode bitmaps
Date: Wed, 28 Feb 2024 12:20:32 +0000 [thread overview]
Message-ID: <170912283221.5780.10584545658329943642.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240226-keee-u32-cleanup-v5-0-9e7323c41c38@lunn.ch>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Mon, 26 Feb 2024 19:29:06 -0600 you wrote:
> EEE has until recently been limited to lower speeds due to the use of
> the legacy u32 for link speeds. This restriction has been lifted, with
> the use of linkmode bitmaps, added in the following patches:
>
> 1f069de63602 ethtool: add linkmode bitmap support to struct ethtool_keee
> 1d756ff13da6 ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
> 285cc15cc555 ethtool: adjust struct ethtool_keee to kernel needs
> 0b3100bc8fa7 ethtool: switch back from ethtool_keee to ethtool_eee for ioctl
> d80a52335374 ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel side
>
> [...]
Here is the summary with links:
- [net-next,v5,1/9] net: usb: r8152: Use linkmode helpers for EEE
https://git.kernel.org/netdev/net-next/c/17206c116d75
- [net-next,v5,2/9] net: usb: ax88179_178a: Use linkmode helpers for EEE
https://git.kernel.org/netdev/net-next/c/93e6da6cce4a
- [net-next,v5,3/9] net: qlogic: qede: Use linkmode helpers for EEE
https://git.kernel.org/netdev/net-next/c/9f8b8adca800
- [net-next,v5,4/9] net: ethernet: ixgbe: Convert EEE to use linkmodes
https://git.kernel.org/netdev/net-next/c/9356b6db9d05
- [net-next,v5,5/9] net: intel: i40e/igc: Remove setting Autoneg in EEE capabilities
https://git.kernel.org/netdev/net-next/c/01cf893bf0f4
- [net-next,v5,6/9] net: intel: e1000e: Use linkmode helpers for EEE
https://git.kernel.org/netdev/net-next/c/02de1741eaf1
- [net-next,v5,7/9] net: intel: igb: Use linkmode helpers for EEE
https://git.kernel.org/netdev/net-next/c/41b9797de4d6
- [net-next,v5,8/9] net: intel: igc: Use linkmode helpers for EEE
https://git.kernel.org/netdev/net-next/c/1e45b5f28a57
- [net-next,v5,9/9] net: ethtool: eee: Remove legacy _u32 from keee
https://git.kernel.org/netdev/net-next/c/292fac464b01
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-02-28 12:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-27 1:29 [PATCH net-next v5 0/9] drivers: net: Convert EEE handling to use linkmode bitmaps Andrew Lunn
2024-02-27 1:29 ` [PATCH net-next v5 1/9] net: usb: r8152: Use linkmode helpers for EEE Andrew Lunn
2024-02-27 1:29 ` [PATCH net-next v5 2/9] net: usb: ax88179_178a: " Andrew Lunn
2024-02-27 19:01 ` Simon Horman
2024-02-27 1:29 ` [PATCH net-next v5 3/9] net: qlogic: qede: " Andrew Lunn
2024-02-27 1:29 ` [PATCH net-next v5 4/9] net: ethernet: ixgbe: Convert EEE to use linkmodes Andrew Lunn
2024-02-27 19:02 ` Simon Horman
2024-02-27 1:29 ` [PATCH net-next v5 5/9] net: intel: i40e/igc: Remove setting Autoneg in EEE capabilities Andrew Lunn
2024-02-27 1:29 ` [PATCH net-next v5 6/9] net: intel: e1000e: Use linkmode helpers for EEE Andrew Lunn
2024-02-27 1:29 ` [PATCH net-next v5 7/9] net: intel: igb: " Andrew Lunn
2024-02-27 1:29 ` [PATCH net-next v5 8/9] net: intel: igc: " Andrew Lunn
2024-02-27 1:29 ` [PATCH net-next v5 9/9] net: ethtool: eee: Remove legacy _u32 from keee Andrew Lunn
2024-02-28 12: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=170912283221.5780.10584545658329943642.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=aelior@marvell.com \
--cc=andrew@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jacob.e.keller@intel.com \
--cc=jesse.brandeburg@intel.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=manishc@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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