Skip to content

Commit f8942b5

Browse files
gulamsSaeed Mirzamohammadi
authored andcommitted
Revert "uek-rpm: Enable config CONFIG_SCSI_MQ_DEFAULT"
This reverts commit 78c43a0. Reverting this commit as its not allowing to tune the max requests beyond "2048" on a block device. Exadata uses nr_requests 4096 for performance reasons. Commit 78c43a0 reduces the max nr_requests to 2048 as it enables MQ, which will have a performance impact on Exadata systems. Orabug: 34419153 Signed-off-by: Gulam Mohamed <[email protected]> Reviewed-by: Srinivas Eeda <[email protected]> Signed-off-by: Saeed Mirzamohammadi <[email protected]>
1 parent 1ff7b30 commit f8942b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

uek-rpm/ol7/config-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@ CONFIG_RAID_ATTRS=m
20482048
CONFIG_SCSI=y
20492049
CONFIG_SCSI_DMA=y
20502050
CONFIG_SCSI_NETLINK=y
2051-
CONFIG_SCSI_MQ_DEFAULT=y
2051+
# CONFIG_SCSI_MQ_DEFAULT is not set
20522052
CONFIG_SCSI_PROC_FS=y
20532053

20542054
#

uek-rpm/ol7/config-aarch64-debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2047,7 +2047,7 @@ CONFIG_RAID_ATTRS=m
20472047
CONFIG_SCSI=y
20482048
CONFIG_SCSI_DMA=y
20492049
CONFIG_SCSI_NETLINK=y
2050-
CONFIG_SCSI_MQ_DEFAULT=y
2050+
# CONFIG_SCSI_MQ_DEFAULT is not set
20512051
CONFIG_SCSI_PROC_FS=y
20522052

20532053
#

uek-rpm/ol7/config-x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ CONFIG_RAID_ATTRS=m
21732173
CONFIG_SCSI=y
21742174
CONFIG_SCSI_DMA=y
21752175
CONFIG_SCSI_NETLINK=y
2176-
CONFIG_SCSI_MQ_DEFAULT=y
2176+
# CONFIG_SCSI_MQ_DEFAULT is not set
21772177
CONFIG_SCSI_PROC_FS=y
21782178

21792179
#

uek-rpm/ol7/config-x86_64-debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,7 +2176,7 @@ CONFIG_RAID_ATTRS=m
21762176
CONFIG_SCSI=y
21772177
CONFIG_SCSI_DMA=y
21782178
CONFIG_SCSI_NETLINK=y
2179-
CONFIG_SCSI_MQ_DEFAULT=y
2179+
# CONFIG_SCSI_MQ_DEFAULT is not set
21802180
CONFIG_SCSI_PROC_FS=y
21812181

21822182
#

0 commit comments

Comments
 (0)