Re: [PATCH v8 04/23] scsi: sd: Differentiate system and runtime start/stop management

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Damien Le Moal <dlemoal@xxxxxxxxxx> writes:

> Revalidation is needed to make sure that the device settings did not change, or
> that the device itself did not change. This must be done before we start using
> the drive again on a system resume or on a port runtime resume.
>
> The current code always revalidates the devices attached to a port on system
> resume, unless the port was runtime suspended. If the port was runtime
> suspended, then revalidation will be done on runtime resume.

I don't see any checks for whether the port was previously runtime
suspended or not.  It looks to me like it unconditionally revalidates
all devices on system resume, which is why I'm trying to patch it to
defer that until runtime resume.

> The main issue here which make things messy is the fact that the PM ops are
> defined for the port, not for the device. Separating things would be cleaner,
> but I think that is extremely hard to do considering the cases where we have
> multiple devices per port. For these cases, setting the link speed etc may
> depend on all the devices responding. So leaving some devices sleeping may be
> very dangerous to do.

Ahh, right.... you mean for PATA right?  Does anyone still have any of
those these days? :)

> udisks2 issues passthrough commands, no ? We do not parse these currently, and
> we will *not* start doing that. For other operations like sync etc which end up
> as a FLUSH CACHE command, or any other command that require medium access,
> triggering EH when we prepare these commands in the submission path is not
> nice. Not even sure that can work. That may need some significant changes to work.

Isn't the NORMAL time eh is triggered is in response to normal IO being
submitted?  Power management is kind of the auxiliary use of eh.

I had another patch in my old series that had libata fake several
commands rather than waking up the drive from SLEEP.  That included
IDENTIFY, FLUSH CACHE, STANDBY1_NOW, and CHECK POWER CONDITION.  Those were needed to
keep udisks or smartd from waking up the drive.

> Well, I do not see that happening. "cat
> /sys/class/ata_port/ataX/power/runtime_status" always says "unsupported" on my
> system. So not sure how you can get that... The only "link" between a scsi disk
> device and an ata_port device is created by libata with the RPM_ACTIVE flag
> which runs pm_runtime_get_sync() on the supplier, that is, the ata_port. So I
> do not see how runtime suspend could ever work for a port as-is.

I normally cd -P /sys/block/sda, which gets me into what appears to be
the scsi lun.  Going up a few directories through the scsi target, scsi
host, and finally to the ataX, I find that node's power/control is
set to on, and if I change it to auto, then dmesg shows the port doing
runtime suspend and resume.  I think there was another ata_port
subdirectory in there somewhere, maybe that's the one you're looking at?
I'm not sure what the difference is between ata8 and ata8/ata_port/ata8,
but I think the latter did not support runtime pm, so I'm guessing that
is the one you are looking at.

> The fact that you seem to be seeing a different behavior than me kind of
> indicates that something is still broken with the runtime port management. Not
> sure what exactly. Could you send me your kernel config please ? I would like
> to see if using that I get a different behavior. Also, what are your ata
> adapters (vendor/model) ?

I'll try to get you the config tonight.  My internal drives are on an
Intel AHCI controller built into the southbridge of my chipset.  My
external drives are on another cheap AHCI eSATA controller I got, since
the Intel doesn't support hotplug or PMP iirc.



[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux