source: rtems/testsuites/libtests/Makefile.am @ 39ee704e

4.115
Last change on this file since 39ee704e was 39ee704e, checked in by Sebastian Huber <sebastian.huber@…>, on 05/31/12 at 08:27:29

libblock: Add read-ahead task

Read-ahead requests were previously executed in the context of the
reading task. This blocks the reading task until the complete read
with read-ahead transfer is finished. A read-ahead task is introduced
to off-load the read-ahead transfer. This allows the reading task to
work with the requested block more quickly. The read-ahead is triggered
after two misses of ascending consecutive blocks or a read hit of a
block read by the most-recent read-ahead transfer. The read-ahead
feature is configurable and can be disabled.

  • Property mode set to 100644
File size: 798 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS = POSIX
4SUBDIRS += block13
5SUBDIRS += rbheap01
6SUBDIRS += flashdisk01
7
8SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
9    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
10    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
11    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
12    termios termios01 termios02 termios03 termios04 termios05 \
13    termios06 termios07 termios08 \
14    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
15    block08 block09 block10 block11 block12 stringto01 \
16    tar01 tar02 tar03 \
17    math mathf mathl complex \
18    mouse01
19
20if NETTESTS
21SUBDIRS += ftp01
22SUBDIRS += syscall01
23endif
24
25include $(top_srcdir)/../automake/subdirs.am
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.