diff options
author | John Soni Jose <sony.john-n@emulex.com> | 2012-10-20 04:42:13 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-11-27 08:59:36 +0400 |
commit | 107dfcbacb34ceb5b8cd84c3903cab9038f4bdee (patch) | |
tree | 7e36286e14443b95eec2729a5f7830af65d973bb /drivers/scsi/be2iscsi/be_main.h | |
parent | d629c47171ccc281bbb02507f9521a6125782e9b (diff) | |
download | blackbird-op-linux-107dfcbacb34ceb5b8cd84c3903cab9038f4bdee.tar.gz blackbird-op-linux-107dfcbacb34ceb5b8cd84c3903cab9038f4bdee.zip |
[SCSI] be2iscsi: Fix max supported EQ count to 8.
The maximum EQ that can be created for a function is 8. Check the
CPU online count and create only 8 EQ if CPU_Count >= 8
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index f4e8d19c3828..e24d55015424 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -61,6 +61,7 @@ #define BE2_DEFPDU_DATA_SZ 8192 #define MAX_CPUS 31 +#define BEISCSI_MAX_NUM_CPU 8 #define BEISCSI_SGLIST_ELEMENTS 30 #define BEISCSI_CMD_PER_LUN 128 /* scsi_host->cmd_per_lun */ |