Re: [PATCH v3 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices

From: John Garry
Date: Mon Mar 04 2024 - 03:23:14 EST


On 02/03/2024 20:16, Igor Pylypiv wrote:
Libata sysfs attributes cannot be used for libsas managed SATA devices
because the ata_port location is different for libsas.

Defined sysfs attributes (visible for SATA devices only):
- /sys/block/sda/device/ncq_prio_enable
- /sys/block/sda/device/ncq_prio_supported

The newly defined attributes will pass the correct ata_port to libata
helper functions.

Signed-off-by: Igor Pylypiv <ipylypiv@xxxxxxxxxx>

This looks ok:

Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>