From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D97251B1B2 for ; Mon, 9 Oct 2017 14:07:48 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2E7EFA796; Mon, 9 Oct 2017 12:07:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2E7EFA796 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=maxime.coquelin@redhat.com Received: from localhost.localdomain (ovpn-112-42.ams2.redhat.com [10.36.112.42]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE36667CE0; Mon, 9 Oct 2017 12:07:44 +0000 (UTC) From: Maxime Coquelin To: yliu@fridaylinux.org, dev@dpdk.org Cc: thomas@monjalon.net, Maxime Coquelin Date: Mon, 9 Oct 2017 14:07:32 +0200 Message-Id: <20171009120734.21611-1-maxime.coquelin@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 09 Oct 2017 12:07:48 +0000 (UTC) Subject: [dpdk-dev] [PATCH 0/2] Vhost-user IOMMU support pull-request fixes 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, 09 Oct 2017 12:07:49 -0000 Hi Yuanhan, As discussed, please find the 32bits compilation fixes. Regards, Maxime Maxime Coquelin (2): fixup! vhost-user: iommu: postpone device creation until ring are mapped fixup! vhost: iommu: Invalidate vring in case of matching IOTLB invalidate lib/librte_vhost/vhost.c | 6 +++--- lib/librte_vhost/vhost_user.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) -- 2.13.6