From: SourceForge.net <no...@so...> - 2005-04-12 17:34:12
|
Bugs item #1181652, was opened at 2005-04-12 13:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=387023&aid=1181652&group_id=26396 Category: iscsi-drvr Group: 4.0.2 Status: Open Resolution: None Priority: 5 Submitted By: Dave Wysochanski (wysochanski) Assigned to: Dave Wysochanski (wysochanski) Summary: linux-iscsi should support 16-byte CDBs Initial Comment: This has been talked about before on the mailing list but never addressed formally. I'll soon be checking this in. Verified this with the latest 4-0 CVS and 2.6.9* kernel on x86_64 platform. The only thing that needs to change in the code is the following line: $ cvs diff iscsi-sfnet.h Index: iscsi-sfnet.h =================================================================== RCS file: /cvsroot/linux-iscsi/linux-iscsi/driver/include/iscsi-sfnet.h,v retrieving revision 1.3.2.4 diff -r1.3.2.4 iscsi-sfnet.h 42c42 < #define ISCSI_MAX_CMD_LEN 12 --- > #define ISCSI_MAX_CMD_LEN 16 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=387023&aid=1181652&group_id=26396 |