From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH v8 11/14] ethdev: Add one dev_type parameter to rte_eth_dev_allocate Date: Tue, 17 Feb 2015 15:15:46 +0900 Message-ID: <54E2DC92.4090408@igel.co.jp> References: <1423470639-15744-2-git-send-email-mukawa@igel.co.jp> <1424060073-23484-1-git-send-email-mukawa@igel.co.jp> <1424060073-23484-12-git-send-email-mukawa@igel.co.jp> <1454524.7cdRN9bmFB@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: In-Reply-To: <1454524.7cdRN9bmFB@xps13> 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 2015/02/17 10:24, Thomas Monjalon wrote: > 2015-02-16 13:14, Tetsuya Mukawa: >> This new parameter is needed to keep device type like physical or virt= ual. > Actually types are "PCI" and "virtual". OK, I will change above sentence to explain it more clearly. >> Port detaching processes are different between physical and virtual. >> This parameter lets detaching function know a device type of the port.= > I think the type should be guessed automatically thanks to register inf= os. > It seems I forgot rewrite this comment, I will change it.