diff options
| author | Finn Callies <fcallies@linux.ibm.com> | 2026-07-23 17:00:38 +0200 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2026-07-31 13:31:30 +0200 |
| commit | bdce129e44dfc908762b63dc18d405046f05a325 (patch) | |
| tree | 0301df2523110037dee64402b59ecabfde184e5c /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 2d6b38e6619b821f31d52e0abab14560f69dedd3 (diff) | |
s390/ap: Fix queue depth field length
The queue depth field is defined as a 5 bit field in the Z architecture
instead of a 4 bit field.
The queue depth (qd) can be in range 0-31 and is reported in bits 59-63
of the TAPQ response. Currently this has no effect as all CEX generations
report a queue depth of 7, which fits into 4 bits. However, future CEX
generations reporting a value >15 would not be properly reflected by the
ap bus and therefore all user space applications relying on it.
Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Finn Callies <fcallies@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
