From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [libvirt] [Qemu-devel] [PATCH v7 0/4] Add Mediated device support Date: Mon, 5 Sep 2016 09:54:45 +0200 Message-ID: <5e427183-2272-a8ea-0510-54623abc1609@redhat.com> References: <1472097235-6332-1-git-send-email-kwankhede@nvidia.com> <20160830101638.49df467d@t450s.home> <78fedd65-6d62-e849-ff3b-d5105b2da816@redhat.com> <20160901105948.62f750aa@t450s.home> <98bbdbbf-c388-9120-3306-64f0cfb820a7@nvidia.com> <8682faeb-0331-f014-c13e-03c20f3f2bdf@redhat.com> <22097a95-21c6-3aec-f0ff-717181a705f8@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "Song, Jike" , "cjia@nvidia.com" , "kvm@vger.kernel.org" , "libvir-list@redhat.com" , "Tian, Kevin" , "qemu-devel@nongnu.org" , "kraxel@redhat.com" , Laine Stump , "bjsdjshi@linux.vnet.ibm.com" To: John Ferlan , Kirti Wankhede , Michal Privoznik , Alex Williamson Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:32902 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932190AbcIEHyr (ORCPT ); Mon, 5 Sep 2016 03:54:47 -0400 Received: by mail-wm0-f67.google.com with SMTP id w207so11943896wmw.0 for ; Mon, 05 Sep 2016 00:54:46 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 03/09/2016 13:57, John Ferlan wrote: >>>> After creating the vGPU, if required by the host driver, all the other >>>> type ids would disappear from "virsh nodedev-dumpxml pci_0000_86_00_0" too. >>> >>> Not wanting to make assumptions, but this reads as if I create one type >>> 11 vGPU, then I can create no others on the host. Maybe I'm reading it >>> wrong - it's been a long week. >> >> Correct, at least for NVIDIA. >> > > OK, but so what am I missing vis-a-vis the groups conversation? Sounds > like multiple vGPU's are being combined, but if only one can be created. > I think this is where I got confused while reading... Oh, I read that as "then I can create no other _types_ on the host". For NVIDIA you can create other vGPUs but they all have to be of the same type (type 11 in your example). Paolo