Julian Wiedmann 3060781f26 s390/qdio: allow to scan all Output SBALs in one go
Old code restricted the number of inspected SBALs to
QDIO_MAX_BUFFERS_PER_Q - 1, as otherwise the first_to_check and
first_to_kick cursors could overlap. Subsequent code would then assume that
there was no progress on the queue, when in fact _all_ SBALs on the queue
were ready-to-process.

This limitation no longer applies, so allow the queue-scan code to inspect
all SBALs on the queue. Note that qeth requires an additional patch
("s390/qeth: stop/wake TX queues based on their fill level"), to avoid
potential queue stalls when all 128 SBALs are reported as ready-to-process.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2019-05-08 15:01:23 +02:00
..
2019-03-06 09:41:12 -08:00
2019-04-19 13:06:58 -07:00
2019-05-06 17:54:22 -07:00
2019-04-30 10:54:23 +02:00
2019-03-16 13:05:32 -07:00
2019-03-06 14:18:59 -08:00
2019-03-15 14:37:46 -07:00
2019-04-22 11:54:47 -07:00
2019-05-01 14:57:23 -07:00
2019-03-14 09:00:06 -07:00
2019-03-09 14:57:08 -08:00
2019-03-06 09:41:12 -08:00
2019-04-10 22:45:38 -07:00
2019-03-10 12:29:52 -07:00