From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: White listing a virtual device Date: Mon, 10 Nov 2014 09:13:23 +0100 Message-ID: <546073A3.1000008@6wind.com> References: <545CBCE0.2030806@emutex.com> <2085190.a5sr9ou3P7@xps13> <545CC581.40309@emutex.com> <20141107132618.GD25469@hmsreliant.think-freely.org> <545CCBA8.7030900@emutex.com> <20141107140201.GE25469@hmsreliant.think-freely.org> <545CD710.4040406@emutex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Nicolas Pernas Maradei , Neil Horman Return-path: In-Reply-To: <545CD710.4040406-M3NBUjLqch7QT0dZR+AlfA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Nicolas, > Thanks for your reply. The -w option is the same as --pci-whitelist > mentioned in my first email. Declaring a virtual device with --vdev > means that I want to use it but there doesn't seem to be a way to say > that I want to use only that device. Clearly the white list option is > the way to specify this but if virtual devices are excluded from > -w/--pci-whitelist you can't only white list the virtual devices. > > I want to be able to have the same command line arguments across several > systems under test without having to know where the physical devices are > (to black list them). > > My issue is not that I don't want to black list the physical devices > it's just that I want to white list the virtual ones. I don't see why > that option is not available. What about using the --no-pci option ? It would blacklist all physical devices (as PCI devices are the only ones supported today). Regards, Olivier