Message ID | 20220128162650.2510062-1-tobias@waldekranz.com (mailing list archive) |
---|---|
Headers | show |
Series | net: dsa: mv88e6xxx: Improve indirect addressing performance | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 28 Jan 2022 17:26:48 +0100 you wrote: > The individual patches have all the details. This work was triggered > by recent work on a platform that took 16s (sic) to load the mv88e6xxx > module. > > The first patch gets rid of most of that time by replacing a very long > delay with a tighter poll loop to wait for the busy bit to clear. > > [...] Here is the summary with links: - [v3,net-next,1/2] net: dsa: mv88e6xxx: Improve performance of busy bit polling https://git.kernel.org/netdev/net-next/c/35da1dfd9484 - [v3,net-next,2/2] net: dsa: mv88e6xxx: Improve indirect addressing performance https://git.kernel.org/netdev/net-next/c/7bca16b22e6a You are awesome, thank you!