diff options
author | Alex Elder <elder@linaro.org> | 2022-02-03 20:09:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-04 13:16:08 +0300 |
commit | 09b337dedacaaab81ffc40c297e1bb9b3af6efa4 (patch) | |
tree | a7e0749f2cc73936bd3de04d02998734fffb3f3d /lib/dim | |
parent | 5fc7f9ba2e510fe725f0fff6ddfe824f7184da03 (diff) | |
download | linux-09b337dedacaaab81ffc40c297e1bb9b3af6efa4.tar.xz |
net: ipa: kill replenish_backlog
We no longer use the replenish_backlog atomic variable to decide
when we've got work to do providing receive buffers to hardware.
Basically, we try to keep the hardware as full as possible, all the
time. We keep supplying buffers until the hardware has no more
space for them.
As a result, we can get rid of the replenish_backlog field and the
atomic operations performed on it.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/dim')
0 files changed, 0 insertions, 0 deletions