Message ID | 20231213222744.2891184-1-justin.chen@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | net: mdio: mdio-bcm-unimac: optimizations and clean up | expand |
On Wed, 13 Dec 2023 14:27:42 -0800 Justin Chen wrote: > Clean up mdio poll to use read_poll_timeout() and reduce the potential > poll time. This is supposed to go to net-next, it's not a fix? No need to repost.
On 12/14/23 11:42 AM, Jakub Kicinski wrote: > On Wed, 13 Dec 2023 14:27:42 -0800 Justin Chen wrote: >> Clean up mdio poll to use read_poll_timeout() and reduce the potential >> poll time. > > This is supposed to go to net-next, it's not a fix? > No need to repost. Yes should be net-next, no fixes just improvements. Apologies. Justin
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 13 Dec 2023 14:27:42 -0800 you wrote: > Clean up mdio poll to use read_poll_timeout() and reduce the potential > poll time. > > Justin Chen (2): > net: mdio: mdio-bcm-unimac: Delay before first poll > net: mdio: mdio-bcm-unimac: Use read_poll_timeout > > [...] Here is the summary with links: - [net,v2,1/2] net: mdio: mdio-bcm-unimac: Delay before first poll https://git.kernel.org/netdev/net-next/c/268531be211f - [net,v2,2/2] net: mdio: mdio-bcm-unimac: Use read_poll_timeout https://git.kernel.org/netdev/net-next/c/54a600ed2170 You are awesome, thank you!