Skip to content

Commit

Permalink
liquidio: remove unnecessary delay when processing IQ responses
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rick Farrington authored and David S. Miller committed Aug 30, 2018
1 parent 2930942 commit 9ecc660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/cavium/liquidio/request_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ lio_process_iq_request_list(struct octeon_device *oct,

if (atomic_read(&oct->response_list
[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;
}
Expand Down

0 comments on commit 9ecc660

Please sign in to comment.