Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SCSI_NCR53C8XX_MAX_TAGS
has multiple definitions:
drivers/scsi/Kconfig
The configuration item CONFIG_SCSI_NCR53C8XX_MAX_TAGS:
CONFIG_SCSI_ZALON
This option allows you to specify the maximum number of commands that can be queued to any device, when tagged command queuing is possible. The default value is 32. Minimum is 2, maximum is 64. Modern hard disks are able to support 64 tags and even more, but do not seem to be faster when more than 32 tags are being used.
So, the normal answer here is to go with the default value 32 unless you are using very large hard disks with large cache (>= 1 MB) that are able to take advantage of more than 32 tagged commands.
There is no safe option and the default answer is recommended.
drivers/scsi/Kconfig
The configuration item CONFIG_SCSI_NCR53C8XX_MAX_TAGS:
CONFIG_SCSI_ZALON || CONFIG_SCSI_NCR_Q720
This option allows you to specify the maximum number of commands that can be queued to any device, when tagged command queuing is possible. The default value is 32. Minimum is 2, maximum is 64. Modern hard disks are able to support 64 tags and even more, but do not seem to be faster when more than 32 tags are being used.
So, the normal answer here is to go with the default value 32 unless you are using very large hard disks with large cache (>= 1 MB) that are able to take advantage of more than 32 tagged commands.
There is no safe option and the default answer is recommended.
arch/sparc64/Kconfig
The configuration item CONFIG_SCSI_NCR53C8XX_MAX_TAGS:
CONFIG_PCI && CONFIG_SCSI_SYM53C8XX_2 != CONFIG_y && ( CONFIG_SCSI_NCR53C8XX || CONFIG_SCSI_SYM53C8XX )
This option allows you to specify the maximum number of commands that can be queued to any device, when tagged command queuing is possible. The default value is 32. Minimum is 2, maximum is 64. Modern hard disks are able to support 64 tags and even more, but do not seem to be faster when more than 32 tags are being used.
So, the normal answer here is to go with the default value 32 unless you are using very large hard disks with large cache (>= 1 MB) that are able to take advantage of more than 32 tagged commands.
There is no safe option and the default answer is recommended.
arch/parisc/Kconfig
The configuration item CONFIG_SCSI_NCR53C8XX_MAX_TAGS:
CONFIG_SCSI_ZALON || CONFIG_SCSI_SYM53C8XX
This option allows you to specify the maximum number of commands that can be queued to any device, when tagged command queuing is possible. The default value is 32. Minimum is 2, maximum is 64. Modern hard disks are able to support 64 tags and even more, but do not seem to be faster when more than 32 tags are being used.
So, the normal answer here is to go with the default value 32 unless you are using very large hard disks with large cache (>= 1 MB) that are able to take advantage of more than 32 tagged commands.
There is no safe option and the default answer is recommended.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab