]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0f344f95bec158ae3624f875cff08849e9cd103e
treecfaa51320c91242f4f89a7fc31e26cef6b7f8ea0
parent81ce2045df18f13c695f59903c0b40c1ed72d709
parentcf9bfbe8feeab9e0ed39236b7d50298754c404c4
Merge branch 'ipa-fixes'

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>