Skip to content

Commit

Permalink
[S390] qdio: FCP/SCSI write I/O stagnates on LPAR
Browse files Browse the repository at this point in the history
If running on LPAR, qdio might overlook an incoming buffer in certain
scenarios. The patch makes sure that incoming buffers are detected
immediately in all situations.

Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Ursula Braun authored and Martin Schwidefsky committed Feb 19, 2008
1 parent d5b02b3 commit e5fa443
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/s390/cio/qdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,9 +1215,6 @@ tiqdio_is_inbound_q_done(struct qdio_q *q)

if (!no_used)
return 1;
if (!q->siga_sync && !irq->is_qebsm)
/* we'll check for more primed buffers in qeth_stop_polling */
return 0;
if (irq->is_qebsm) {
count = 1;
start_buf = q->first_to_check;
Expand Down

0 comments on commit e5fa443

Please sign in to comment.