Go to file
John Garry 74a2921948 scsi: hisi_sas: Expose HW queues for v2 hw
As a performance enhancement, make the completion queue interrupts managed.

In addition, in commit bf0beec060 ("blk-mq: drain I/O when all CPUs in a
hctx are offline"), CPU hotplug for MQ devices using managed interrupts is
made safe. So expose HW queues to blk-mq to take advantage of this.

Flag Scsi_host.host_tagset is also set to ensure that the HBA is not sent
more commands than it can handle. However the driver still does not use
request tag for IPTT as there are many HW bugs means that special rules
apply for IPTT allocation.

Link: https://lore.kernel.org/r/1606905417-183214-6-git-send-email-john.garry@huawei.com
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2020-12-21 22:21:05 -05:00
Documentation
LICENSES
arch
block for-5.11/block-2020-12-14 2020-12-16 12:57:51 -08:00
certs
crypto
drivers scsi: hisi_sas: Expose HW queues for v2 hw 2020-12-21 22:21:05 -05:00
fs for-5.11/block-2020-12-14 2020-12-16 12:57:51 -08:00
include for-5.11/block-2020-12-14 2020-12-16 12:57:51 -08:00
init for-5.11/block-2020-12-14 2020-12-16 12:57:51 -08:00
ipc
kernel for-5.11/block-2020-12-14 2020-12-16 12:57:51 -08:00
lib for-5.11/block-2020-12-14 2020-12-16 12:57:51 -08:00
mm for-5.11/block-2020-12-14 2020-12-16 12:57:51 -08:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.