mbox series

[net-next,0/6] net: ipa: start using transaction IDs

Message ID 20220902210218.745873-1-elder@linaro.org
Headers show
Series net: ipa: start using transaction IDs | expand

Message

Alex Elder Sept. 2, 2022, 9:02 p.m. UTC
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.

					-Alex

Alex Elder (6):
  net: ipa: rework last transaction determination
  net: ipa: use IDs for last allocated transaction
  net: ipa: use IDs exclusively for last transaction
  net: ipa: simplify gsi_channel_trans_last()
  net: ipa: further simplify gsi_channel_trans_last()
  net: ipa: verify a few more IDs

 drivers/net/ipa/gsi.c         | 53 +++++++++++----------------
 drivers/net/ipa/gsi_private.h | 14 ++++++++
 drivers/net/ipa/gsi_trans.c   | 68 ++++++++++++++++++++++-------------
 3 files changed, 78 insertions(+), 57 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 5, 2022, 12:10 p.m. UTC | #1
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!