You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIRA: https://issues.redhat.com/browse/RHEL-49780
To avoid reply queue full condition, update the driver to check IOCFacts
capabilities for qfull.
Update the operational reply queue's Consumer Index after processing 100
replies. If pending I/Os on a reply queue exceeds a threshold
(reply_queue_depth - 200), then return I/O back to OS to retry.
Also increase default admin reply queue size to 2K.
Signed-off-by: Sumit Saxena <sumit.saxena@broadcom.com>
Signed-off-by: Ranjan Kumar <ranjan.kumar@broadcom.com>
Link: https://lore.kernel.org/r/20250129100850.25430-2-ranjan.kumar@broadcom.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit f08b24d)
Signed-off-by: Chandrakanth Patil <chanpati@redhat.com>
Conflicts:
drivers/scsi/mpi3mr/mpi3mr_app.c
The device attribute definition differs between upstream and CentOS 9.6, so adjusted it accordingly
Upstream:
static struct attribute *mpi3mr_host_attrs[] = {
&dev_attr_reply_qfull_count.attr,
}
centos 9.6:
struct device_attribute *mpi3mr_host_attrs[] = {
&dev_attr_reply_qfull_count,
}
0 commit comments