Oh, I see what you're asking about. I'm not testing DPC capable RP's. I do not have such capabilities on my platforms. In fact, the machines I have are quite old, Sandy Bridge generation. I've a switch connected to the RP, then the external enclosures are downstream that. This topology has multiple levels of switches and devices, but I still can't unplug the top level as you expected; only from anywhere in the middle. Removing the enclosure triggers DPC on the switch connected to the RP. Sometimes the interrupt handler for the now removed enclosure switches triggers. The driver checking the DPC status gets a Completer Abort and the reader see's all 1's, so this is not a CTO type situation. On Wed, May 10, 2017 at 04:52:16PM +0000, Wesley Yung wrote: > Just to add more colour: > > If a switch is removed from the RP. All non posted's will time out. This includes a config read of any switch P2P. I believe Keith is saying if a read comes down to read the DPC status on a Switch DS P2P that read will time out after the host TMO. Once that occurs, the IIO will generate all 1s back to the DPC driver. > > It means all the back end drivers (DPC, AER, Hot Plug, NVMe) need to have some understanding that all 1s means "something happened". In the case of the DPC driver, we know the DPC status should never have 1s in the most significant bits so returning all 1s is a special return type that needs to be handled. > > Wes > > -----Original Message----- > From: Wesley Yung > Sent: Wednesday, May 10, 2017 9:43 AM > To: 'Keith Busch' <keith.busch@xxxxxxxxx>; Wei Zhang <wzhang@xxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>; linux-pci@xxxxxxxxxxxxxxx; Sammy Hui <sammy.hui@xxxxxxxxx>; Joseph Gruher <joseph.r.gruher@xxxxxxxxx>; Krishna Dhulipala <krishnad@xxxxxx> > Subject: RE: [PATCH 1/2] pcie/dpc: Skip DPC event if device is not present > > Hey Keith, > > Does the RC Downstream ports also have DPC capability so the driver actually loads for the Root Port DSPs? Just trying to understand the mechanism. > > For Wei's specific use case, removing a switch from the RP is not officially supported but technically it should be possible to do so. On the switch end we just need to know where the ecosystem is at so we can make sure to play nice. > > Wes