mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-21 06:24:12 +00:00
liquidio: remove unnecessary delay when processing IQ responses
Signed-off-by: Rick Farrington <ricardo.farrington@cavium.com> Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2930942e0a
commit
9ecc660ea1
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ lio_process_iq_request_list(struct octeon_device *oct,
|
||||||
|
|
||||||
if (atomic_read(&oct->response_list
|
if (atomic_read(&oct->response_list
|
||||||
[OCTEON_ORDERED_SC_LIST].pending_req_count))
|
[OCTEON_ORDERED_SC_LIST].pending_req_count))
|
||||||
queue_delayed_work(cwq->wq, &cwq->wk.work, msecs_to_jiffies(1));
|
queue_work(cwq->wq, &cwq->wk.work.work);
|
||||||
|
|
||||||
return inst_count;
|
return inst_count;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue