- 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:
Vladislav Bolkhovitin
2010-08-13 18:12:45 +00:00
parent c06fb90d75
commit 7eddeb82ab
8 changed files with 149 additions and 86 deletions
+1 -1
View File
@@ -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