mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
- Some iSCSI performance fixes
- __attribute__((aligned(sizeof(long))) added to all field with different protection than the previous field to make sure they don't share the same bus line. Just in case, actually, compiler should do the alignment by default. - Small docs updates. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1948 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -187,7 +187,7 @@ struct iscsi_kern_initiator_info {
|
||||
#define MAX_NR_QUEUED_CMNDS 256
|
||||
|
||||
#define DEFAULT_RSP_TIMEOUT 30
|
||||
#define MIN_RSP_TIMEOUT 10
|
||||
#define MIN_RSP_TIMEOUT 2
|
||||
#define MAX_RSP_TIMEOUT 65535
|
||||
|
||||
#define DEFAULT_NOP_IN_INTERVAL 30
|
||||
|
||||
Reference in New Issue
Block a user