Skip to content
Commit 7505afe2 authored by Igor Maravic's avatar Igor Maravic Committed by David S. Miller
Browse files

forcedeath: Fix bql support for forcedeath



Moved netdev_completed_queue() out of while loop in function nv_tx_done_optimized().
Because this function was in while loop,
BUG_ON(count > dql->num_queued - dql->num_completed)
was hit in dql_completed().

Signed-off-by: default avatarIgor Maravic <igorm@etf.rs>
Acked-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1d214fa3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment