From 8c8c62a118e87ff8c8956fd97edae9ed01a96697 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 23 Sep 2010 18:57:59 +0000 Subject: [PATCH] Menrge of trunk r2219: Docs updated git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@2225 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/README | 4 ++++ iscsi-scst/README_in-tree | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/iscsi-scst/README b/iscsi-scst/README index cf72ac84b..3f2a7957f 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -113,6 +113,10 @@ Usage See HOWTOs in the doc/ subdirectory. +If you want to use Intel CRC32 offload and have corresponding hardware, +you should load crc32c-intel module. Then iSCSI-SCST will do all digest +calculations using this facility. + In 2.0.0 usage of iscsi-scstd.conf as well as iscsi-scst-adm utility is obsolete. Use the sysfs interface facilities instead. diff --git a/iscsi-scst/README_in-tree b/iscsi-scst/README_in-tree index e5fd910ad..8f1f8cf56 100644 --- a/iscsi-scst/README_in-tree +++ b/iscsi-scst/README_in-tree @@ -17,6 +17,10 @@ Usage See in http://iscsi-scst.sourceforge.net/iscsi-scst-howto.txt how to configure iSCSI-SCST. +If you want to use Intel CRC32 offload and have corresponding hardware, +you should load crc32c-intel module. Then iSCSI-SCST will do all digest +calculations using this facility. + In 2.0.0 usage of iscsi-scstd.conf as well as iscsi-scst-adm utility is obsolete. Use the sysfs interface facilities instead.