]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
PCI/ASPM: Add comment about L1 substate latency
authorRajat Jain <rajatja@google.com>
Tue, 3 Jan 2017 06:34:15 +0000 (22:34 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 14 Feb 2017 23:44:47 +0000 (17:44 -0600)
commita142f4d3e5c54db5e942fa6ee5f3dc0e8c83207b
tree385711c7d5c2f38a9095f2d04632cdbfabf6175d
parentaeda9adebab8b5bdd90576e3065a1f3f948279ad
PCI/ASPM: Add comment about L1 substate latency

Since the exit latencies for L1 substates are not advertised by a device,
it is not clear in spec how to do a L1 substate exit latency check.  We
assume that the L1 exit latencies advertised by a device include L1
substate latencies (and hence do not do any check).  If that is not true,
we should do some sort of check here.

(I'm not clear about what that check should like currently. I'd be glad to
take up any suggestions).

Signed-off-by: Rajat Jain <rajatja@google.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aspm.c