From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gaetan Rivet Subject: [PATCH v1 0/2] Fix namespaces for VFIO and PCI Date: Mon, 6 Nov 2017 17:08:57 +0100 Message-ID: Cc: Gaetan Rivet To: dev@dpdk.org Return-path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id E8A911B1F1 for ; Mon, 6 Nov 2017 17:09:19 +0100 (CET) Received: by mail-wm0-f68.google.com with SMTP id n74so11243037wmi.1 for ; Mon, 06 Nov 2017 08:09:19 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Some symbols are lacking the proper rte_ prefix. Gaetan Rivet (2): eal: use proper namespace for VFIO symbols pci: fix PCI lib prefix drivers/bus/pci/bsd/pci.c | 2 +- drivers/bus/pci/linux/pci.c | 4 ++-- drivers/bus/pci/linux/pci_vfio.c | 14 +++++++------- drivers/bus/pci/pci_common.c | 8 ++++---- drivers/bus/pci/pci_common_uio.c | 4 ++-- lib/librte_eal/bsdapp/eal/eal.c | 20 ++++++++++---------- lib/librte_eal/common/include/rte_vfio.h | 10 +++++----- lib/librte_eal/linuxapp/eal/eal.c | 4 ++-- lib/librte_eal/linuxapp/eal/eal_vfio.c | 10 +++++----- lib/librte_eal/rte_eal_version.map | 10 +++++----- lib/librte_pci/rte_pci.c | 13 +++---------- lib/librte_pci/rte_pci.h | 22 +++------------------- lib/librte_pci/rte_pci_version.map | 6 +++--- 13 files changed, 52 insertions(+), 75 deletions(-) -- 2.1.4