From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/7] allow hotplug to skip an already probed device Date: Wed, 17 Oct 2018 13:37:21 +0200 Message-ID: <3880955.ycFf6xo79H@xps> References: <20180907230958.21402-1-thomas@monjalon.net> <20181014204747.26621-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: gaetan.rivet@6wind.com, ophirmu@mellanox.com, qi.z.zhang@intel.com, ferruh.yigit@intel.com To: dev@dpdk.org Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B90E05B1C for ; Wed, 17 Oct 2018 13:37:19 +0200 (CEST) In-Reply-To: <20181014204747.26621-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/10/2018 22:47, Thomas Monjalon: > Thomas Monjalon (7): > net/mlx5: remove useless driver name comparison > ethdev: rename memzones allocated for DMA > cryptodev: remove driver name from logs > compressdev: remove driver name from logs > drivers/bus: move driver assignment to end of probing > eal: add function to query device status > eal: allow probing a device again Applied