From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: remove vdev probe by dev args Date: Mon, 10 Jul 2017 00:02:34 +0200 Message-ID: <1877200.0P2trkeMB8@xps> References: <20170510110104.70838-1-ferruh.yigit@intel.com> <23043433.nqfcUMGdDr@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jan Blunck , Gaetan Rivet , Tetsuya Mukawa , Declan Doherty To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 8E90D5599 for ; Mon, 10 Jul 2017 00:02:35 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/07/2017 09:54, Jan Blunck: > On Fri, Jun 16, 2017 at 10:20 AM, Thomas Monjalon wrote: > > Please Jan, could you comment? > > > > My intention was to provide a way that devices can have arbitrary > names. Ferruh correctly pointed out that this is undocumented and > hidden functionality. Lets apply this and I can rework this if it > becomes necessary later. > > > 09/06/2017 11:21, Ferruh Yigit: > >> On 6/8/2017 9:45 PM, Thomas Monjalon wrote: > >> > 10/05/2017 13:01, Ferruh Yigit: > >> >> Virtual device/driver probing done via name. > >> >> > >> >> A new alternative method introduced to probe the device with providing > >> >> driver name in devargs as "driver=". > >> >> > >> >> This patch removes alternative method and fixes virtual device usages > >> >> with proper device names. > >> >> > >> >> Fixes: 87c3bf29c642 ("test: do not short-circuit null device creation") > >> >> Fixes: d39670086a63 ("eal: parse driver argument before probing drivers") > >> >> > >> >> Signed-off-by: Ferruh Yigit Applied