Message ID | Z6NqGnM2yL7Ayo-T@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: yet more EEE updates | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 5 Feb 2025 13:39:38 +0000 you wrote: > Hi, > > Continuing on with the STMMAC EEE cleanups from last cycle, this series > further cleans up the EEE code, and fixes a problem with the existing > implementation - disabling EEE doesn't immediately disable LPI > signalling until the next packet is transmitted. It likely also fixes > a potential race condition when trying to disable LPI vs the software > timer. > > [...] Here is the summary with links: - [net-next,01/14] net: stmmac: delete software timer before disabling LPI https://git.kernel.org/netdev/net-next/c/a923378ab0c4 - [net-next,02/14] net: stmmac: ensure LPI is disabled when disabling EEE https://git.kernel.org/netdev/net-next/c/64c9936330cc - [net-next,03/14] net: stmmac: dwmac4: ensure LPIATE is cleared https://git.kernel.org/netdev/net-next/c/6e9c71ee65eb - [net-next,04/14] net: stmmac: split stmmac_init_eee() and move to phylink methods https://git.kernel.org/netdev/net-next/c/cc3f4d5508c8 - [net-next,05/14] net: stmmac: remove priv->dma_cap.eee test in tx_lpi methods https://git.kernel.org/netdev/net-next/c/4abd57687355 - [net-next,06/14] net: stmmac: remove unnecessary priv->eee_active tests https://git.kernel.org/netdev/net-next/c/2cc8e6d30895 - [net-next,07/14] net: stmmac: remove unnecessary priv->eee_enabled tests https://git.kernel.org/netdev/net-next/c/faafe39c77fb - [net-next,08/14] net: stmmac: clear priv->tx_path_in_lpi_mode when disabling LPI https://git.kernel.org/netdev/net-next/c/54f85e5221c3 - [net-next,09/14] net: stmmac: remove unnecessary LPI disable when enabling LPI https://git.kernel.org/netdev/net-next/c/9b6649a81075 - [net-next,10/14] net: stmmac: use common LPI_CTRL_STATUS bit definitions https://git.kernel.org/netdev/net-next/c/6e37877d222d - [net-next,11/14] net: stmmac: add new MAC method set_lpi_mode() https://git.kernel.org/netdev/net-next/c/395c92c0fe3e - [net-next,12/14] net: stmmac: dwmac4: clear LPI_CTRL_STATUS_LPITCSE too https://git.kernel.org/netdev/net-next/c/a323ed92e40e - [net-next,13/14] net: stmmac: use stmmac_set_lpi_mode() https://git.kernel.org/netdev/net-next/c/305a0f68cfbf - [net-next,14/14] net: stmmac: remove old EEE methods https://git.kernel.org/netdev/net-next/c/62b0a039cac2 You are awesome, thank you!