Message ID | 20220902210218.745873-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: start using transaction IDs | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 2 Sep 2022 16:02:12 -0500 you wrote: > A previous group of patches added ID fields to track the state of > transactions: > https://lore.kernel.org/netdev/20220831224017.377745-1-elder@linaro.org > > This series starts using those IDs instead of the lists used > previously. Most of this series involves reworking the function > that determines which transaction is the "last", which determines > when a channel has been quiesed. The last patch is mainly used to > prove that the new index method of tracking transaction state is > equivalent to the previous use of lists. > > [...] Here is the summary with links: - [net-next,1/6] net: ipa: rework last transaction determination https://git.kernel.org/netdev/net-next/c/b2abe33d23cf - [net-next,2/6] net: ipa: use IDs for last allocated transaction https://git.kernel.org/netdev/net-next/c/c30623ea0b3a - [net-next,3/6] net: ipa: use IDs exclusively for last transaction https://git.kernel.org/netdev/net-next/c/897c0ce665d6 - [net-next,4/6] net: ipa: simplify gsi_channel_trans_last() https://git.kernel.org/netdev/net-next/c/e68d1d1591fd - [net-next,5/6] net: ipa: further simplify gsi_channel_trans_last() https://git.kernel.org/netdev/net-next/c/4601e75596cb - [net-next,6/6] net: ipa: verify a few more IDs https://git.kernel.org/netdev/net-next/c/8672bab7eb94 You are awesome, thank you!