diff options
author | Javed Hasan <[email protected]> | 2020-03-26 22:48:47 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-03-29 18:10:59 -0400 |
commit | 77331115e220925af1f52e18ac99e37a0b0c10ad (patch) | |
tree | 7bef64ebf77518df1c81a31d00fd78af71c1070f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | b92fcfcb687de7d08278a557faff3a7b4a672cc7 (diff) |
scsi: bnx2fc: Process the RQE with CQE in interrupt context
Filesystem goes to read-only after continuous error injection because RQE
was handled in deferred context, leading to mismatch between CQE and RQE.
Specifically, this patch makes the following changes:
- Process the RQE with CQE in interrupt context, before putting it into
the work queue.
- Producer and consumer indices are also updated in the interrupt context
to guarantee the the order of processing.
[mkp: fixed bad indentation]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Javed Hasan <[email protected]>
Signed-off-by: Saurav Kashyap <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions