Skip to content

Commit 5de0977

Browse files
Justin Teemartinkpetersen
authored andcommitted
scsi: lpfc: Define size of debugfs entry for xri rebalancing
To assist in debugging lpfc_xri_rebalancing driver parameter, a debugfs entry is used. The debugfs file operations for xri rebalancing have been previously implemented, but lack definition for its information buffer size. Similar to other pre-existing debugfs entry buffers, define LPFC_HDWQINFO_SIZE as 8192 bytes. Signed-off-by: Justin Tee <justin.tee@broadcom.com> Message-ID: <20250915180811.137530-9-justintee8345@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 2bf8185 commit 5de0977

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/scsi/lpfc/lpfc_debugfs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
/* hbqinfo output buffer size */
4545
#define LPFC_HBQINFO_SIZE 8192
4646

47+
/* hdwqinfo output buffer size */
48+
#define LPFC_HDWQINFO_SIZE 8192
49+
4750
/* nvmestat output buffer size */
4851
#define LPFC_NVMESTAT_SIZE 8192
4952
#define LPFC_IOKTIME_SIZE 8192

0 commit comments

Comments
 (0)