]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipa-transaction-IDs'
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 Sep 2022 11:47:02 +0000 (12:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Sep 2022 11:47:02 +0000 (12:47 +0100)
commitf2f89b54caff1aa970931dda0b559d01b0430a2b
tree4fdac000e60cc8d3965044731b7cfd9df0a85f4e
parenteadb89e3d90f6cdddc05ddb9c5ab44742705a075
parent42386ddee2c35503d6ad16a575430759d42357ea
Merge branch 'ipa-transaction-IDs'

Alex Elder says:

====================
net: ipa: start using transaction IDs

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>