• Alex Elder's avatar
    net: ipa: kill replenish_backlog · 09b337de
    Alex Elder authored
    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: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    09b337de
ipa_endpoint.c 53.1 KB