From patchwork Thu Feb 21 19:01:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 50421 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A48720BD; Thu, 21 Feb 2019 20:01:35 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id D9008235 for ; Thu, 21 Feb 2019 20:01:33 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6B92A21FFC; Thu, 21 Feb 2019 14:01:33 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 21 Feb 2019 14:01:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=S7jtc58Cn4HqJD0x1TnOnGL z5V9yUGVMgRLliUR4TPk=; b=S5KpG5NMXhzc1/wNp660enmKyCMUmbqfbSrNwJK VgR5TwFJ8nnxYLPM4jhLHqVudInXVzsTZ5BaqD0Btdlupdh39fP+8Rm0eu1samh0 ECfyIVuTtLH7ymJysa8zGD5x60VnCm95eIIh9TtHIrDI1g+1rRSPWmKBq2neB3kK fPLI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=S7jtc58Cn4HqJD0x1 TnOnGLz5V9yUGVMgRLliUR4TPk=; b=UpjzI9cV1xj+QvxhQQi7sBEg9HU3vIdDK oT2MqZZc/lxO0vmsrZEfJPlclj6Zl+b5/Dczs7Q89jJ4O0RQqGUwYQwCVbt0reX7 MJUyOvqVn7OgOKtsB0yDi/gWMs8NnaSWmQiaoO5GAMBNvEwQHzDyvHPpuOU3p+Z8 xWp7xpSXJQl401XuOPqYu5OCQ85x0u6KkLcVMq+ZCwwt4VArFYKsDUEqg0EdbcxH iudCb7V0f/wX8Y4cIdCt30fG1X9CYo2NRXCjzehsYbCOFld/1YVkTsJSLjne4jy2 xB22NBAdJfc6BPnCbE7qe/CvYlh2xHLMH2mql7IdEtGYcB1NILLvQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrtdekgdduvddvucdltddurdegtdelrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhht necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertd ertddtnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 13E0210340 for ; Thu, 21 Feb 2019 14:01:31 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 21 Feb 2019 20:01:23 +0100 Message-Id: <20190221190125.24140-1-thomas@monjalon.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/2] small fixes for vdev hotplug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These are 2 small fixes. A bigger cleanup may be needed in vdev: rte_vdev_init() can be replaced by rte_dev_probe(). Any volunteer? Note: vdev has no maintainer. Raslan Darawsheh (1): bus/vdev: fix hotplug twice Thomas Monjalon (1): bus/vdev: fix debug message on probing drivers/bus/vdev/vdev.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-)