mbox series

[net,v2,0/2] net: mdio: mdio-bcm-unimac: optimizations and clean up

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

Message

Justin Chen Dec. 13, 2023, 10:27 p.m. UTC
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

 drivers/net/mdio/mdio-bcm-unimac.c | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

Comments

Jakub Kicinski Dec. 14, 2023, 7:42 p.m. UTC | #1
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.
Justin Chen Dec. 14, 2023, 8:01 p.m. UTC | #2
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
patchwork-bot+netdevbpf@kernel.org Dec. 15, 2023, 2:20 a.m. UTC | #3
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!