All of lore.kernel.org
 help / color / mirror / Atom feed
* How to get the number of VFs assigned to the guests in XEN
@ 2014-08-20 11:09 Sreekanth Reddy
  2014-08-20 12:46 ` Alex Williamson
  0 siblings, 1 reply; 6+ messages in thread
From: Sreekanth Reddy @ 2014-08-20 11:09 UTC (permalink / raw)
  To: linux-scsi, linux-kernel, linux-pci, konrad.wilk
  Cc: Martin K. Petersen, Christoph Hellwig, boris.ostrovsky,
	Sathya Prakash, Nagalakshmi Nandigama

HI,

For SRIOV support, currently in the KVM environment, mpt3sas driver
can use the API pci_vfs_assigned() to know the number of VFs that are
currently assigned to the running VMs. So that during the PF driver
unload time, if the return value of this API is greater than zero the
our driver won't call the pci_disable_sriov() to disable the VFs.

Now for the same purpose in XEN environment, is there any API similar
to pci_vfs_assigned() which the low lever device driver can use to
know 'the number of VFs that are currently assigned to the running
VMs'. In XEN environment this API pci_vfs_assigned() will return
always zero even though VFs are assigned to the running VMs.

Regards,
Sreekanth

^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <CAK=zhgpH2tG-EG4QP1SE46e+uHXA+GJGOPA1vi8UqAfRZ-EFTA@mail.gmail.com>]

end of thread, other threads:[~2014-08-21  8:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 11:09 How to get the number of VFs assigned to the guests in XEN Sreekanth Reddy
2014-08-20 12:46 ` Alex Williamson
2014-08-20 13:44   ` Sreekanth Reddy
2014-08-20 14:09     ` Alex Williamson
     [not found] <CAK=zhgpH2tG-EG4QP1SE46e+uHXA+GJGOPA1vi8UqAfRZ-EFTA@mail.gmail.com>
2014-08-20 22:29 ` Konrad Rzeszutek Wilk
2014-08-21  8:20   ` Sreekanth Reddy

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.