Message ID | 20220906171942.957704-1-elder@linaro.org |
---|---|
Headers | show |
Series | net: ipa: don't use lists for transaction state | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 6 Sep 2022 12:19:37 -0500 you wrote: > This is the last series of patches to convert the IPA code so > integer IDs are used rather than lists to track the state of > transactions. > > A first series of patches added ID fields to track the state of > transactions: > https://lore.kernel.org/netdev/20220831224017.377745-1-elder@linaro.org > The second series started transitioning code to use these IDs rather > than lists to manage state: > https://lore.kernel.org/netdev/20220902210218.745873-1-elder@linaro.org > > [...] Here is the summary with links: - [net-next,1/5] net: ipa: always use transaction IDs instead of lists (no matching commit) - [net-next,2/5] net: ipa: kill the allocated transaction list https://git.kernel.org/netdev/net-next/c/11902b41f2fa - [net-next,3/5] net: ipa: kill all other transaction lists https://git.kernel.org/netdev/net-next/c/d338ae28d8a8 - [net-next,4/5] net: ipa: update channel in gsi_channel_trans_complete() https://git.kernel.org/netdev/net-next/c/e0e3406c60d7 - [net-next,5/5] net: ipa: don't have gsi_channel_update() return a value https://git.kernel.org/netdev/net-next/c/019e37eaef97 You are awesome, thank you!