From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pernas Maradei Subject: Re: [PATCH] eal: allow virtual devices to be white/black listed Date: Mon, 17 Nov 2014 14:58:34 +0000 Message-ID: <546A0D1A.2080702@emutex.com> References: <1416173215-27533-1-git-send-email-nicolas.pernas.maradei@emutex.com> <20141117141050.GD17886@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org, =?ISO-8859-1?Q?Nicol=E1s_Pernas_Maradei?= To: Neil Horman Return-path: In-Reply-To: <20141117141050.GD17886-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@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" On 17/11/14 14:10, Neil Horman wrote: > What are the above pci bus/device/function tuples? > > Neil Hi, I'm not sure if I understand the question. If you mean what kind of devices those are, as in physical or virtual, they are physical. rte_eal_devargs_add() would parse the string as a PCI ID. If it succeed it'd add them as physical devices having the field is_vdev = 0. Please let me know if I answered your question. Thanks, Nico.