Merge branch 'ipa-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Jan 2022 14:39:54 +0000 (14:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jan 2022 14:39:54 +0000 (14:39 +0000)
Alex Elder says:

====================
net: ipa: fix two replenish bugs

This series contains two fixes for bugs in the IPA receive buffer
replenishing code.  The (new) second patch defines a bitmap to
represent endpoint the replenish enabled flag.  Its purpose is to
prepare for the third patch, which adds an additional flag.

Version 2 of this series uses bitmap operations in the second bug
fix rather than an atomic variable, as suggested by Jakub.
====================

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

Trivial merge