1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
aio-stress.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
aiocp.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
aiodio_append.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
aiodio_sparse.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
common_checkzero.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
common_sparse.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
dio_append.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
dio_sparse.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
dio_truncate.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
dirty.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ltp-diorh.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
read_checkzero.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

TESTS to check consistency between O_DIRECT reads/writes and buffered
reads/writes and truncate.

These tests should be run from the aiodio directory and MUST use a kernel
compiled with GCC 3.3.X. Older versions of the compiler will fail and seg fault.

The large file passed should be at least 25M to properly stress AIO & DIO. A
suggestion would be a tarred version of the gcc package.

Run the ltp-aiodio.sh file to execute all the tests. The tests can also be run
individually, just execute the program and the excepted params will be output.
No scripts were created to run the test standalone.