]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f32b7542cb954adfd7cb267a76660764a05aef2
tree8df50bff23357b3646795941fb0dd3b2070f14af
parent8e851388cd7134c70a5cefbc5f519c018a1137d3
parent79e62c885e7d3a4640218a4b3fd5390d5b91110d
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>