Skip to content

Commit

Permalink
[S390] rework of channel measurement facility.
Browse files Browse the repository at this point in the history
Fixes for several channel measurement facility bugs:
* Blocks copied from the hardware might not be consistent. Solve this
  by moving the copying into idle state and repeating the copying.
* avg_sample_interval changed with every read, even though no new block
  was available. Solve this by storing a timestamp when the last new
  block was received.
* Several locking issues.
* Measurements were not reenabled after a disconnected device became
  available again.
* Remove #defines for ioctls that were never implemented.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Jun 29, 2006
1 parent 5b5dd21 commit 94bb063
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 181 deletions.
Loading

0 comments on commit 94bb063

Please sign in to comment.