Re: [PATCH v2 3/3] scsi: hisi_sas: add support for dev info update notification

From: Jason Yan

Date: Wed May 13 2026 - 02:23:54 EST


在 2026/5/13 10:16, Xingui Yang 写道:
Implement the lldd_dev_info_update callback for hisi_sas driver. When
a device's information changes (such as linkrate), clear the old ITCT
entry and setup a new one to reflect the new settings. This ensures the
hardware uses the correct information after events like cable reconnection
or renegotiation.

Signed-off-by: Xingui Yang<yangxingui@xxxxxxxxxx>
---
drivers/scsi/hisi_sas/hisi_sas_main.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx>