summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2009-01-21 16:51:55 -0600
committerMike Christie <michaelc@cs.wisc.edu>2009-01-21 17:09:28 -0600
commit07fdaaa472e6e9d4baed4a9f56aec91b647d9807 (patch)
tree0d62755d7b24566b5f798076d2923884fbc656ad /include
parent5097c21531a981abecdcd997dba3d4feec395efd (diff)
downloadopen-iscsi-07fdaaa472e6e9d4baed4a9f56aec91b647d9807.tar.gz
iscsi mod: sync up kernel modules with 2.6.29
This takes the iscsi modules that are planned for 2.6.29 and adds them to the kernel dir.
Diffstat (limited to 'include')
-rw-r--r--include/iscsi_if.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/iscsi_if.h b/include/iscsi_if.h
index afa86e8..81f92e8 100644
--- a/include/iscsi_if.h
+++ b/include/iscsi_if.h
@@ -333,8 +333,11 @@ enum iscsi_host_param {
#define CAP_TEXT_NEGO 0x80
#define CAP_MARKERS 0x100
#define CAP_FW_DB 0x200
-#define CAP_SENDTARGETS_OFFLOAD 0x400
-#define CAP_DATA_PATH_OFFLOAD 0x800
+#define CAP_SENDTARGETS_OFFLOAD 0x400 /* offload discovery process */
+#define CAP_DATA_PATH_OFFLOAD 0x800 /* offload entire IO path */
+#define CAP_DIGEST_OFFLOAD 0x1000 /* offload hdr and data digests */
+#define CAP_PADDING_OFFLOAD 0x2000 /* offload padding insertion, removal,
+ and verification */
/*
* These flags describes reason of stop_conn() call