commit | d4f5d79e97ca6e903700d3d9455afb5694cc4833 | [log] [tgz] |
---|---|---|
author | Sebastian Ott <sebott@linux.ibm.com> | Tue Jun 26 15:09:32 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Jul 17 07:27:55 2018 +0200 |
tree | 13104c4b30fa7e9360f366c4e526640627705652 | |
parent | 05b217f4c5573f34f6799698f7d4162c702132bc [diff] |
s390/css: reduce stsch calls Both css_evaluate_new_subchannel and cio_validate_subchannel used stsch and css_sch_is_valid to check for a valid device. Reduce stsch calls during subchannel evaluation by re-using schib data. Also the type/devno valid information is only checked once. Signed-off-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>