Home | History | Annotate | only in /external/ltp/testcases/kernel/io/ltp-aiodio
Up to higher level directory
NameDateSize
.gitignore05-Oct-2017121
aio-stress.c05-Oct-201736.3K
aiocp.c05-Oct-201713.6K
aiodio_append.c05-Oct-20174K
aiodio_sparse.c05-Oct-20177K
common_sparse.h05-Oct-20173.5K
dio_append.c05-Oct-20173.3K
dio_sparse.c05-Oct-20174.4K
dio_truncate.c05-Oct-20173.6K
dirty.c05-Oct-20171.5K
ltp-diorh.c05-Oct-20173.7K
Makefile05-Oct-20171K
read_checkzero.c05-Oct-20172.3K
README05-Oct-2017600

README

      1 
      2 TESTS to check consistency between O_DIRECT reads/writes and buffered
      3 reads/writes and truncate.
      4 
      5 These tests should be run from the aiodio directory and MUST use a kernel
      6 compiled with GCC 3.3.X. Older versions of the compiler will fail and seg fault.
      7 
      8 The large file passed should be at least 25M to properly stress AIO & DIO. A
      9 suggestion would be a tarred version of the gcc package.
     10 
     11 Run the ltp-aiodio.sh file to execute all the tests. The tests can also be run
     12 individually, just execute the program and the excepted params will be output.
     13 No scripts were created to run the test standalone.
     14