From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 23C845912 for ; Mon, 17 Nov 2014 16:50:33 +0100 (CET) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XqOjK-00033C-EK; Mon, 17 Nov 2014 11:00:48 -0500 Date: Mon, 17 Nov 2014 11:00:41 -0500 From: Neil Horman To: Nicolas Pernas Maradei Message-ID: <20141117160041.GF17886@hmsreliant.think-freely.org> References: <1416173215-27533-1-git-send-email-nicolas.pernas.maradei@emutex.com> <20141117141050.GD17886@hmsreliant.think-freely.org> <546A0BA2.3040306@emutex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <546A0BA2.3040306@emutex.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org, =?iso-8859-1?Q?Nicol=E1s?= Pernas Maradei Subject: Re: [dpdk-dev] [PATCH] eal: allow virtual devices to be white/black listed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 15:50:33 -0000 On Mon, Nov 17, 2014 at 02:52:18PM +0000, Nicolas Pernas Maradei wrote: > > On 17/11/14 14:10, Neil Horman wrote: > >What are the above pci bus/device/function tuples? > 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. > I get that, I was more asking, why those values? They seem a bit magic to me, and might benefit from some descriptive macros or comments so they make more sense Neil > Thanks, > Nico. >