1. 03 Mar, 2016 1 commit
    • Johan Hovold's avatar
      greybus: loopback: fix double error count · 41993cd5
      Johan Hovold authored
      Make sure not count errors during asynchronous tests twice (first in
      the timeout handler then again in the completion handler) to avoid
      obviously broken error stats such as:
      
      $ loopback_test -i 1000 -t transfer -p -o 200000 -c 64 -x -s 2000
      
      1970-1-1 1:3:35
       test:                  transfer
       path:                  gb_loopback0
       size:                  2000
       iterations:            1000
       errors:                1998
       async:                 Enabled
       requests per-sec:      min=0, max=0, average=0.310556, jitter=0
       ap-throughput B/s:     min=0 max=4026 average=1254.647461 jitter=4026
       ap-latency usec:       min=12803 max=12803 average=12803.000000 jitter=0
       apbridge-latency usec: min=89 max=89 average=89.000000 jitter=0
       gpbridge-latency usec: min=294 max=294 average=294.000000 jitter=0
      
      where we supposedly have more errors than iterations (operations
      initiated).
      Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
      41993cd5
  2. 02 Mar, 2016 1 commit
  3. 29 Feb, 2016 5 commits
  4. 27 Feb, 2016 1 commit
  5. 26 Feb, 2016 19 commits
  6. 25 Feb, 2016 10 commits
  7. 24 Feb, 2016 3 commits