From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: Re: [PATCH 2/2] virtio: support IOMMU platform Date: Mon, 5 Sep 2016 13:15:42 +0800 Message-ID: References: <1472798220-7121-1-git-send-email-jasowang@redhat.com> <1472798220-7121-2-git-send-email-jasowang@redhat.com> <1631660.hGMgJuvotI@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, huawei.xie@intel.com, yuanhan.liu@linux.intel.com, mst@redhat.com To: Thomas Monjalon Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 669C43F9 for ; Mon, 5 Sep 2016 07:15:49 +0200 (CEST) In-Reply-To: <1631660.hGMgJuvotI@xps13> 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" On 2016年09月02日 21:04, Thomas Monjalon wrote: > 2016-09-02 14:37, Jason Wang: >> Virtio pmd doesn't support VFIO in the past since devices bypass IOMMU >> completely. But recently, the work of making virtio device work with >> IOMMU is near to complete. > Good news! > What are the requirements for Qemu and Linux version numbers please? Linux(vhost) support was in 4.8. Qemu support will be ready at 2.8 Thanks