aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorTomas Henzl <thenzl@redhat.com>2020-02-04 16:24:13 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2020-02-12 19:13:48 -0500
commit0e99b2c625da181aebf1a3d13493e3f7a5057a9c (patch)
tree42b38e4d00f47c0d78e6cf3d65ea50a8a71b7be1 /drivers/infiniband
parentscsi: Revert "target/core: Inline transport_lun_remove_cmd()" (diff)
downloadlinux-dev-0e99b2c625da181aebf1a3d13493e3f7a5057a9c.tar.xz
linux-dev-0e99b2c625da181aebf1a3d13493e3f7a5057a9c.zip
scsi: megaraid_sas: silence a warning
Add a flag to DMA memory allocation to silence a warning. This driver allocates DMA memory for IO frames. This allocation may exceed MAX_ORDER pages for few megaraid_sas controllers (controllers with very high queue depth). Consequently, the driver has logic to keep reducing the controller queue depth until the DMA memory allocation succeeds. On impacted megaraid_sas controllers there would be multiple DMA allocation failures until driver settled on an allocation that fit. These failed DMA allocation requests caused stack traces in system logs. These were not harmful and this patch silences those warnings/stack traces. [mkp: clarified commit desc] Link: https://lore.kernel.org/r/20200204152413.7107-1-thenzl@redhat.com Signed-off-by: Tomas Henzl <thenzl@redhat.com> Acked-by: Sumit Saxena <sumit.saxena@broadcom.com> Reviewed-by: Lee Duncan <lduncan@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/infiniband')
0 files changed, 0 insertions, 0 deletions