From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=iVyORgKe3Ieb1Tfjp/LZ2v7j5R4iqOK2drY9U0X8bxw=; b=nwZ4T5OszjDrZJyGvoN73KMkhJKrWobs2jqhn/HCVqb4ZHpgelqztjV4C4HX+Wem0E FgHyJeaRnKyKCFXx6m2HCEQ0PJFRKy4Tsv1EpfmTUPZsfy8SKhioSQ8ni6lvseuU7QyN ZqVSy+cdN/3AJjboOXamlLdcDgARl3n/12xm+gT504OlAy0A79kU/1nlku5NokA7xluB wYLb4phxd4XRwM5CPiC9qtabpeauD8ANyjMf1ttM6ZVUXsAGVWyKg3JngmIJLfa0us6z rBK7vF04uL7wMF8Yh8J/yVEpJsmr0sttQNq1g7gjMuTWjtatkH+Hhz3Yy4J92GAPbgXH zcXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=iVyORgKe3Ieb1Tfjp/LZ2v7j5R4iqOK2drY9U0X8bxw=; b=b7LkL7xW11HD2LSsGFgi6g1voH2PQALTQLzaQRi17cX+EUg0QR+sXgeYgt/Q+Gx3uS VGnpel7ENktpEdJrsoDOY6u3NhEL0YT2aAZgW5q1fCPLnrQTtXIBbUmLS+LFA8DZhBfT /quypNNmruts548WF0FsU4344Imr/pg3VQsBWoztIG57hnif/zxQaMnQeE8WJmdEQKl7 jbpHsXsa2Ak20mK4OAEGI2nCzAeY9gkGL0MJ8yc9DqllYRW49PUOF3C7qjBE2Dqvcy7Q dLIa7Rjfyu7nyq3LRW20SvwCBFdy9T0gkW2SJlW4zY4WQRYpnFOrSPmCLxohWdeUKYiD D1Bw== X-Gm-Message-State: ALyK8tJ3s3yJ2HsBPH+/pFxx0NWEMkvU3bBJbovh3hRX3n/t1tLvkScG58uddaYDaOs6aoZ5 X-Received: by 10.28.71.74 with SMTP id u71mr14441358wma.0.1468174660618; Sun, 10 Jul 2016 11:17:40 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id t188sm15909625wma.8.2016.07.10.11.17.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Jul 2016 11:17:39 -0700 (PDT) From: Thomas Monjalon To: Jan Viktorin Cc: dev@dpdk.org, Anatoly Burakov , David Marchand , Keith Wiles , Santosh Shukla , Stephen Hemminger , Shreyansh Jain Date: Sun, 10 Jul 2016 20:17:38 +0200 Message-ID: <5270650.ajsZGxfN0y@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1467645411-15494-1-git-send-email-viktorin@rehivetech.com> References: <1467645411-15494-1-git-send-email-viktorin@rehivetech.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 00/16] Make VFIO support less dependent on PCI X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2016 18:17:40 -0000 > 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