From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E69A87CAA for ; Mon, 4 Sep 2017 15:58:14 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2017 06:58:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,474,1498546800"; d="scan'208";a="145303110" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.130]) ([163.33.230.130]) by orsmga005.jf.intel.com with ESMTP; 04 Sep 2017 06:58:12 -0700 To: Maxime Coquelin , dev@dpdk.org, yliu@fridaylinux.org, jfreiman@redhat.com, tiwei.bie@intel.com References: <20170831095023.21037-1-maxime.coquelin@redhat.com> Cc: mst@redhat.com, vkaplans@redhat.com, jasowang@redhat.com From: Remy Horton Organization: Intel Shannon Limited Message-ID: <2551a13b-5f12-bd18-a98b-3d6a077c2244@intel.com> Date: Mon, 4 Sep 2017 14:58:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170831095023.21037-1-maxime.coquelin@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/21] Vhost-user: Implement device IOTLB support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2017 13:58:15 -0000 On 31/08/2017 10:50, Maxime Coquelin wrote: [..] > Maxime Coquelin (21): > Revert "vhost: workaround MQ fails to startup" > vhost: make error handling consistent in rx path > vhost: protect virtio_net device struct > vhost: prepare send_vhost_message() to slave requests > vhost: add support to slave requests channel > vhost: declare missing IOMMU-related definitions for old kernels > vhost: add iotlb helper functions > vhost: iotlb: add pending miss request list and helpers > vhost-user: add support to IOTLB miss slave requests > vhost: initialize vrings IOTLB caches > vhost-user: handle IOTLB update and invalidate requests > vhost: introduce guest IOVA to backend VA helper > vhost: use the guest IOVA to host VA helper > vhost: enable rings at the right time > vhost: don't dereference invalid dev pointer after its reallocation > vhost: postpone rings addresses translation > vhost-user: translate ring addresses when IOMMU enabled > vhost-user: iommu: postpone device creation until ring are mapped > vhost: iommu: Invalidate vring in case of matching IOTLB invalidate > vhost: enable IOMMU support > vhost: iotlb: reduce iotlb read lock usage Reviewed-by: Remy Horton