From: Sebastian Ott Date: Fri, 5 Dec 2014 15:43:58 +0000 (+0100) Subject: s390/scm_block: handle multiple requests in one HW request X-Git-Tag: omap-for-v3.20/drop-legacy-3517~121^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc610a96524fbfa4ed38c4b1fc6348a1169f358;p=pandora-kernel.git s390/scm_block: handle multiple requests in one HW request Handle up to 8 block layer requests per HW request. These requests can be processed in parallel on the device leading to better throughput (and less interrupts). The overhead for additional requests is small since we don't blindly allocate new aidaws but try to use what's left of the previous one. Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed