From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gaetan Rivet Subject: [PATCH v2 0/2] Bus find_device fixes Date: Fri, 27 Apr 2018 16:13:04 +0200 Message-ID: References: Cc: Gaetan Rivet To: dev@dpdk.org Return-path: Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by dpdk.org (Postfix) with ESMTP id D07848D85 for ; Fri, 27 Apr 2018 16:15:53 +0200 (CEST) Received: by mail-wm0-f67.google.com with SMTP id f6so2921075wmc.4 for ; Fri, 27 Apr 2018 07:15:53 -0700 (PDT) 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" These patches are extracted from the device querying series [1] for earlier integration. [1]: https://dpdk.org/ml/archives/dev/2018-March/092891.html v2: * Rebase on master Gaetan Rivet (2): bus/pci: fix find device implementation bus/vdev: fix find device implementation drivers/bus/pci/pci_common.c | 21 ++++++++++++--------- drivers/bus/pci/rte_bus_pci.h | 3 +++ drivers/bus/vdev/rte_bus_vdev.h | 3 +++ drivers/bus/vdev/vdev.c | 14 +++++++++----- 4 files changed, 27 insertions(+), 14 deletions(-) -- 2.11.0