From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbaHTLJI (ORCPT ); Wed, 20 Aug 2014 07:09:08 -0400 Received: from exprod7og125.obsmtp.com ([64.18.2.28]:58496 "EHLO exprod7og125.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750985AbaHTLJG (ORCPT ); Wed, 20 Aug 2014 07:09:06 -0400 MIME-Version: 1.0 Date: Wed, 20 Aug 2014 16:39:05 +0530 Message-ID: Subject: How to get the number of VFs assigned to the guests in XEN From: Sreekanth Reddy To: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, konrad.wilk@oracle.com Cc: "Martin K. Petersen" , Christoph Hellwig , boris.ostrovsky@oracle.com, Sathya Prakash , Nagalakshmi Nandigama Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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