]> www.infradead.org Git - users/willy/xarray.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)
commit0bbed88af55ed804d19aeb23b32b72b29e1435ee
treecfaa51320c91242f4f89a7fc31e26cef6b7f8ea0
parentc12837d1bb31032bead9060dec99ef310d5b9fb7
parent998c0bd2b3715244da7639cc4e6a2062cb79c3f4
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>