]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipa-napi-poll-updates'
authorJakub Kicinski <kuba@kernel.org>
Sat, 23 Jan 2021 21:16:02 +0000 (13:16 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 Jan 2021 21:16:02 +0000 (13:16 -0800)
commit4623509d3116db556a49363e2275e831eae6e20a
treedf7ce15516fa77a8c134146282cff96aada52120
parente9deaa8b86b77790d568b3c0dd39507cc5781ecd
parentff727b9317ec52a1a7fbf551517c81dc0d7b109d
Merge branch 'net-ipa-napi-poll-updates'

Alex Elder says:

====================
net: ipa: NAPI poll updates

While reviewing the IPA NAPI polling code in detail I found two
problems.  This series fixes those, and implements a few other
improvements to this part of the code.

The first two patches are minor bug fixes that avoid extra passes
through the poll function.  The third simplifies code inside the
polling loop a bit.

The last two update how interrupts are disabled; previously it was
possible for another I/O completion condition to be recorded before
NAPI got scheduled.
====================

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