mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 22:56:32 +00:00
Pending changes to match the 1.0.0 released packeges
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@436 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@ OBJS_F = $(SRCS_F:.c=.o)
|
||||
#SRCS_C =
|
||||
#OBJS_C = $(SRCS_C:.c=.o)
|
||||
|
||||
SCST_INC_DIR := ../../scst/include
|
||||
#SCST_INC_DIR := ../../scst/include
|
||||
SCST_INC_DIR := /usr/local/include/scst
|
||||
INSTALL_DIR := /usr/local/bin/scst
|
||||
|
||||
CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter -Wstrict-prototypes \
|
||||
|
||||
+8
-8
@@ -5,14 +5,14 @@ Version 1.0.0, 7 July 2008
|
||||
--------------------------
|
||||
|
||||
User space program fileio_tgt uses interface of SCST's scst_user dev
|
||||
handler as well as allows to see how it works in various modes.
|
||||
Fileio_tgt provides mostly the same functionality as the kernel space
|
||||
SCST's scst_vdisk handler with the only exceptions that it supports
|
||||
O_DIRECT mode and doesn't support BLOCKIO one. O_DIRECT mode is
|
||||
basically the same as BLOCKIO, but also supports files, so for some
|
||||
loads it could be significantly faster, than the regular FILEIO access.
|
||||
All the words about BLOCKIO mode from SCST's README file apply to
|
||||
O_DIRECT mode as well.
|
||||
handler and allows to see how it works in various modes. Fileio_tgt
|
||||
provides mostly the same functionality as the kernel space SCST's
|
||||
scst_vdisk handler with the only exceptions that it supports O_DIRECT
|
||||
mode and doesn't support BLOCKIO one. O_DIRECT mode is basically the
|
||||
same as BLOCKIO, but also supports files, so for some loads it could be
|
||||
significantly faster, than the regular FILEIO access. All the words
|
||||
about BLOCKIO mode from SCST's README file apply to O_DIRECT mode as
|
||||
well.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user