From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B2CF5A04F9 for ; Thu, 9 Jan 2020 18:58:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 99E811E544; Thu, 9 Jan 2020 18:58:57 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 501711E542 for ; Thu, 9 Jan 2020 18:58:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578592735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Y/4crWByQeF/Ah12ziXDxlPOGMSnS8NC9yhCdfwx3vQ=; b=IL9AOR2wjLVpcqMuxgqcjkVsSPxXZSGzUM53U01ksFJzLuuvz9e7nu3m8lL+tu1gPnuETs iXK4/hOZKeRuHC41dDa64nhYLBjCb2V3JnjQ9SVyg7ogLRfUMEThDljUUkCx8ZyjYZPH2H wJH+xMO+M676f7oZQxirLgw48fb62JY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-154-XcJ7zjKqOZmOYBphgi67qg-1; Thu, 09 Jan 2020 12:58:52 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id ABD16800D48; Thu, 9 Jan 2020 17:58:51 +0000 (UTC) Received: from amorenoz.users.ipa.redhat.com (ovpn-117-44.ams2.redhat.com [10.36.117.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3D8777C3B5; Thu, 9 Jan 2020 17:58:48 +0000 (UTC) From: Adrian Moreno To: stable@dpdk.org Cc: luca.boccassi@gmail.com, maxime.coquelin@redhat.com, Adrian Moreno Date: Thu, 9 Jan 2020 18:58:40 +0100 Message-Id: <20200109175842.24905-1-amorenoz@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: XcJ7zjKqOZmOYBphgi67qg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] [PATCH 17.11 0/2] Backport GPA dirty page logging X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" The backport had the following conflicts: 094b643d9b vhost: un-inline dirty pages logging functions lib/librte_vhost/vhost.h: Because b473ec1131ee has not been backported the rte_smp_wmb() is still assumed to be called before calling vhost_log_cache_sync(). So, remove (from destination: vhost.c) to avoid calling the barrier twice 1fc3b3f06a vhost: convert buffer addresses to GPA for logging lib/librte_vhost/vdpa.c: Deleted file lib/librte_vhost/vhost.c: Positional conflict for not having=20 084fac96ca lib/librte_vhost/virtio-net.c: The RX paths differ a lot but the changes are simple, use the new iova-aware logging functions Adrian Moreno (1): vhost: convert buffer addresses to GPA for logging Maxime Coquelin (1): vhost: un-inline dirty pages logging functions lib/librte_vhost/rte_vhost.h | 2 +- lib/librte_vhost/vhost.c | 174 ++++++++++++++++++++++++++++++++++ lib/librte_vhost/vhost.h | 161 ++++++++----------------------- lib/librte_vhost/virtio_net.c | 18 ++-- 4 files changed, 227 insertions(+), 128 deletions(-) --=20 2.21.1