On Sat, Mar 02, 2024 at 10:54:14AM +0800, Jason Yan wrote: > On 2024/3/2 8:16, Igor Pylypiv wrote: > > The added sysfs attributes group enables the configuration of NCQ Priority > > feature for HBAs that rely on libsas to manage SATA devices. > > > > Signed-off-by: Igor Pylypiv<ipylypiv@xxxxxxxxxx> > > --- > > drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 6 ++++++ > > drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 6 ++++++ > > drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 6 ++++++ > > 3 files changed, 18 insertions(+) > > As John pointed out, please check aic94xx and isci driver, they also use > libsas. Thank you, Jason. I wasn't sure about these drivers. Added in v3. Thanks, Igor > > Thanks, > Jason