]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] qdio: Unrecognized inbound traffic if many FCP devices are online
authorUrsula Braun <braunu@de.ibm.com>
Thu, 17 Apr 2008 05:46:03 +0000 (07:46 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 17 Apr 2008 05:46:58 +0000 (07:46 +0200)
commit652963b5f01895b08ad2637e5de650ed4284c4a5
treee4199f925608e366448b24880e081bd129a08e77
parentf3c002a97a2a34f3db8ba58edde7f9b7c8d2aeaa
[S390] qdio: Unrecognized inbound traffic if many FCP devices are online

Problem:
Usually every FCP device has its own indicator field the adapter
uses to signal outstanding work. Once a certain limit of devices
is reached, a common indicator field is used. In certain scenarios
qdio resets this common indicator field, but handles only part of
the FCP-devices sharing the common indicator field. Thus inbound
traffic on the non-processed shared FCP-devices is not recognized
immediately.

Solution:
Make sure common indicator field is reset only, if all FCP-devices
sharing the indicator are processed.

Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
drivers/s390/cio/qdio.c