All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] PCI: query active service list
@ 2017-11-09 20:46 ` Pawandeep Oza
  0 siblings, 0 replies; 17+ messages in thread
From: Pawandeep Oza @ 2017-11-09 20:46 UTC (permalink / raw)
  To: linux-pci, timur
  Cc: Bjorn Helgaas, Dongdong Liu, Gabriele Paoloni, Thomas Gleixner,
	Greg Kroah-Hartman, linux-arm-msm, linux-arm-kernel,
	Pawandeep Oza

The list of patches provides querying facility to all services drivers.
They can query any other service, to see if it is active/registered.

This is useful when multiple service drivers do not want to race for 
actions based on service interrupt trigger.

for e.g. if both AER and DPC are triggering, AER should not race since
DPC is going to bring down the link and all the devices beneath, and 
goint to recover HW.

Oza Pawandeep (4):
  PCI: Add port service list node for pci_dev.
  PCI/portdrv: Add/Remove port services to the list
  PCI/portdrv: Implement interface to query the registered service
  PCI/AER: Dont do recovery when DPC is enabled

 drivers/pci/pcie/aer/aerdrv_core.c | 12 ++++++++++++
 drivers/pci/pcie/portdrv_core.c    | 29 +++++++++++++++++++++++++++++
 drivers/pci/probe.c                |  1 +
 include/linux/pci.h                |  2 ++
 include/linux/pcieport_if.h        |  3 ++-
 5 files changed, 46 insertions(+), 1 deletion(-)

-- 
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.,
a Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-11-13 23:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09 20:46 [PATCH 0/4] PCI: query active service list Pawandeep Oza
2017-11-09 20:46 ` Pawandeep Oza
2017-11-09 20:46 ` [PATCH 1/4] PCI: Add port service list node for pci_dev Pawandeep Oza
2017-11-09 20:46   ` Pawandeep Oza
2017-11-09 20:46   ` Pawandeep Oza
2017-11-09 20:46 ` [PATCH 2/4] PCI/portdrv: Add/Remove port services to the list Pawandeep Oza
2017-11-09 20:46   ` Pawandeep Oza
2017-11-09 20:46 ` [PATCH 3/4] PCI/portdrv: Implement interface to query the registered service Pawandeep Oza
2017-11-09 20:46   ` Pawandeep Oza
2017-11-13 20:52   ` [3/4] " Sinan Kaya
2017-11-13 20:52     ` Sinan Kaya
2017-11-13 20:52     ` Sinan Kaya
2017-11-13 23:26     ` poza
2017-11-13 23:26       ` poza at codeaurora.org
2017-11-13 23:26       ` poza
2017-11-09 20:46 ` [PATCH 4/4] PCI/AER: Dont do recovery when DPC is enabled Pawandeep Oza
2017-11-09 20:46   ` Pawandeep Oza

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.