Merge branch 'net-ipa-more-multi-channel-event-ring-work'
authorJakub Kicinski <kuba@kernel.org>
Fri, 17 Jun 2022 03:44:07 +0000 (20:44 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 17 Jun 2022 03:44:08 +0000 (20:44 -0700)
commit821c7733d26cbbd6f09124e972c05275e6bcd841
tree8df50bff23357b3646795941fb0dd3b2070f14af
parent6c0d09d9374c025f503d33bcef5f656e3f1dd349
parent81765eeac1b050bdbf360f00b757d15f25613b63
Merge branch 'net-ipa-more-multi-channel-event-ring-work'

Alex Elder says:

====================
net: ipa: more multi-channel event ring work

This series makes a little more progress toward supporting multiple
channels with a single event ring.  The first removes the assumption
that consecutive events are associated with the same RX channel.

The second derives the channel associated with an event from the
event itself, and the next does a small cleanup enabled by that.

The fourth causes updates to occur for every event processed (rather
once).  And the final patch does a little more rework to make TX
completion have more in common with RX completion.
====================

Link: https://lore.kernel.org/r/20220615165929.5924-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>