diff options
author | James Smart <[email protected]> | 2017-05-15 15:20:49 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2017-05-16 21:23:42 -0400 |
commit | 64eb4dcb140a7c5547f6e965fb471b1b75c01108 (patch) | |
tree | 34ae98fe904c159122bfb275fe63145be0e4ceba /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 667a7662529bf0afb1d84a32ceb0da0a875a3b6c (diff) |
scsi: lpfc: Cleanup entry_repost settings on SLI4 queues
Too many work items being processed in IRQ context take a lot of CPU
time and cause problems.
With a recent change, we get out of the ISR after hitting entry_repost
work items on a queue. However, the actual values for entry repost are
still high. EQ is 128 and CQ is 128, this could translate into
processing 128 * 128 (16384) work items under IRQ context.
Set entry_repost in the actual queue creation routine now. Limit EQ
repost to 8 and CQ repost to 64 to further limit the amount of time
spent in the IRQ.
Fix fof IRQ routines as well.
Signed-off-by: Dick Kennedy <[email protected]>
Signed-off-by: James Smart <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions