From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 00/16] Make VFIO support less dependent on PCI Date: Sun, 10 Jul 2016 20:17:38 +0200 Message-ID: <5270650.ajsZGxfN0y@xps13> References: <1467645411-15494-1-git-send-email-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Anatoly Burakov , David Marchand , Keith Wiles , Santosh Shukla , Stephen Hemminger , Shreyansh Jain To: Jan Viktorin Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id C52DC282 for ; Sun, 10 Jul 2016 20:17:40 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id f126so67836320wma.1 for ; Sun, 10 Jul 2016 11:17:40 -0700 (PDT) In-Reply-To: <1467645411-15494-1-git-send-email-viktorin@rehivetech.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Jan Viktorin (16): > vfio: fix include of eal_private.h to be local > vfio: move VFIO-specific stuff to eal_vfio.h > vfio: move common vfio constants to eal_vfio.h > vfio: move vfio_iommu_type and dma_map functions to eal_vfio > vfio: generalize pci_vfio_set_iommu_type > vfio: generalize pci_vfio_has_supported_extensions > vfio: move vfio-specific SOCKET_* constants > vfio: generalize pci_vfio_get_container_fd > vfio: generalize pci_vfio_get_group_no > vfio: extract setup logic out of pci_vfio_map_resource > vfio: move global vfio_cfg to eal_vfio.c > vfio: fix typo in doc for vfio_setup_device > vfio: make vfio_*_dma_map and iommu_types private > vfio: rename and generalize eal_pci_vfio_mp_sync > vfio: initialize vfio out of the PCI subsystem > vfio: change VFIO init to be extendable Applied with include fixed in patch 6, thanks