scsi: lpfc: Enlarge nvmet asynchronous receive buffer counts
Under large io load, the current sizing of asynchronous buffer counts could be exceeded, indicated by a 2885 log message: 2885 Port Status Event: port status reg 0x81800000, port smphr reg 0xc000, error 1=0x52004a01, error 2=0x0 Enlarge the async receive queue size. Allow for a configurable number of buffers to be posted to each RQ, using the new attribute lpfc_nvmet_mrq_post. Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
这个提交包含在:
@@ -22,8 +22,10 @@
|
||||
********************************************************************/
|
||||
|
||||
#define LPFC_NVMET_DEFAULT_SEGS (64 + 1) /* 256K IOs */
|
||||
#define LPFC_NVMET_RQE_DEF_COUNT 512
|
||||
#define LPFC_NVMET_SUCCESS_LEN 12
|
||||
#define LPFC_NVMET_RQE_MIN_POST 128
|
||||
#define LPFC_NVMET_RQE_DEF_POST 512
|
||||
#define LPFC_NVMET_RQE_DEF_COUNT 2048
|
||||
#define LPFC_NVMET_SUCCESS_LEN 12
|
||||
|
||||
#define LPFC_NVMET_MRQ_OFF 0xffff
|
||||
#define LPFC_NVMET_MRQ_AUTO 0
|
||||
|
在新工单中引用
屏蔽一个用户