Message ID | 20220831224017.377745-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: use IDs to track transaction state | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 31 Aug 2022 17:40:11 -0500 you wrote: > This series is the first of three groups of changes that simplify > the way the IPA driver tracks the state of its transactions. > > Each GSI channel has a fixed number of transactions allocated at > initialization time. The number allocated matches the number of > TREs in the transfer ring associated with the channel. This is > because the transfer ring limits the number of transfers that can > ever be underway, and in the worst case, each transaction represents > a single TRE. > > [...] Here is the summary with links: - [net-next,1/6] net: ipa: use an array for transactions (no matching commit) - [net-next,2/6] net: ipa: track allocated transactions with an ID https://git.kernel.org/netdev/net-next/c/41e2a2c054b8 - [net-next,3/6] net: ipa: track committed transactions with an ID https://git.kernel.org/netdev/net-next/c/fc95d958e27d - [net-next,4/6] net: ipa: track pending transactions with an ID https://git.kernel.org/netdev/net-next/c/eeff7c14e08c - [net-next,5/6] net: ipa: track completed transactions with an ID https://git.kernel.org/netdev/net-next/c/949cd0b5c296 - [net-next,6/6] net: ipa: track polled transactions with an ID https://git.kernel.org/netdev/net-next/c/fd3bd0398a0d You are awesome, thank you!