scsi: mpt3sas: Increase event log buffer to support 24 port HBA's.
For 24 port HBA's events generated by IOC are more in certain cases and the current circular buffer may be overwritten.Hence increased the event log buffer to accommodate more events. Signed-off-by: Chaitra P B <chaitra.basappa@broadcom.com> Signed-off-by: Suganath Prabu S <suganath-prabu.subramani@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
95540b8eaf
commit
1537d1bfc5
|
@ -184,7 +184,7 @@ struct mpt3_ioctl_iocinfo {
|
|||
|
||||
|
||||
/* number of event log entries */
|
||||
#define MPT3SAS_CTL_EVENT_LOG_SIZE (50)
|
||||
#define MPT3SAS_CTL_EVENT_LOG_SIZE (200)
|
||||
|
||||
/**
|
||||
* struct mpt3_ioctl_eventquery - query event count and type
|
||||
|
|
Loading…
Reference in New Issue