History log of /external/fio/t/lfsr-test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
eda3a60699e1d96bb68875ef2169ca819eb8f4f9 20-May-2017 Elliott Hughes <enh@google.com> Update to fio-2.20.

Bug: N/A
Test: builds, seems to work
Change-Id: I455dcc898f00dc50ae5cb65d1b381982df5a51e0
/external/fio/t/lfsr-test.c
ce596f21bca7b744ae5b865be8b2ab42df340454 24-Nov-2014 Jens Axboe <axboe@fb.com> Fixup t/ test apps for lfsr_next change()

Reported-by: Bruce Cran <bruce@cran.org.uk>
Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/t/lfsr-test.c
d33388286b785748773c54f066319d37c66f8f91 26-Sep-2014 Jens Axboe <axboe@fb.com> t/lfsr-test: fixup time

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/t/lfsr-test.c
7a74197fa3c678aef89a4645c6cd26bfff2ff13a 26-Sep-2014 Jens Axboe <axboe@fb.com> Add debug helper stub for t/ programs

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/t/lfsr-test.c
b2a657f3ed44547dc3a99c23a9839ae2c32cff74 24-Sep-2014 Jens Axboe <axboe@fb.com> Fix 32-bit compile warnings

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/t/lfsr-test.c
d0f85362c978904661bd6785cd6a7f3437ff85dd 12-Mar-2013 Alex Pyrgiotis <apyrgio@grnet.gr> lfsr: fix verification and spin bugs

Changes:

1. Verification now works properly and reports for which value it fails
2. Fix a mishandling of spin incrementation which led to multiple
calculation of the same values

Signed-off-by: Alex Pyrgiotis <apyrgio@grnet.gr>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/t/lfsr-test.c
7a887ffeace126e7b7b5b8122799c007d8b1068c 08-Mar-2013 Alex Pyrgiotis <apyrgio@grnet.gr> Add a simple test for LFSR generator

Adds a simple test suite to check the speed of the LFSR
generator and verify its results. Just run:

make t/lfsr-test
./t/lfsr-test

to compile the test suite and print its usage

Signed-off-by: Alex Pyrgiotis <apyrgio@grnet.gr>

create mode 100644 t/lfsr-test.c
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/t/lfsr-test.c