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 4CA33A04F9 for ; Thu, 9 Jan 2020 20:40:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 450641E540; Thu, 9 Jan 2020 20:40:51 +0100 (CET) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 6CC041E540 for ; Thu, 9 Jan 2020 20:40:49 +0100 (CET) Received: by mail-wm1-f65.google.com with SMTP id t14so4136688wmi.5 for ; Thu, 09 Jan 2020 11:40:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=e9aPDsBvypcWZhkQLCRJrjTEkPTRfFq7PAejZUJhBzk=; b=piekVWpe9+cmjogEnS/fgKzs/zUljToqWVGTR1l+GR+ZyjPyfUGhLs+Ss8ES68gN0Q rEXCPIW+j52N53byAWFxQB/D2OnVWduMuisp2eDWeKrHIbweMka9Kco64f9qbvnNza1P QNNuLSUql25PyKyJBIEKdvO112jhhn694Ga7P+06mnvXPs/4j3/L9wX0waUeaMAOe31X j0bO696wgUqr6RDuq0+YEJ5N3IQC3RrX5X+DsBq3u+rmlMO1KaFl98ryU99LAUwvqadz 0QHbHZVHpTZ7iBytOaUStSrnFUKD6UiLWT/iQpB0/zCov1vXdGqV5akGEg9GmegzAEJh XvIQ== X-Gm-Message-State: APjAAAUC7yXnaZhBvYtsk8Tzm5YKJ9yyZRMOWJFPBSWw417UIfpqaMaF YWI6Eo6+Fm5Aav6uuur7XmXWovam8fo= X-Google-Smtp-Source: APXvYqz8ttg4iGYzR/MSDEXFiGODC8FsrdYUmsrt6L+QbBvwFzfK9bJJMfREM6X69t/PWNIrtCj/FQ== X-Received: by 2002:a1c:407:: with SMTP id 7mr6398329wme.29.1578598849166; Thu, 09 Jan 2020 11:40:49 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id g18sm3747440wmh.48.2020.01.09.11.40.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2020 11:40:48 -0800 (PST) Message-ID: <53529fbc3e1b3ad52a9f2b9c08e6ea2d3418348b.camel@debian.org> From: Luca Boccassi To: Adrian Moreno , stable@dpdk.org Cc: maxime.coquelin@redhat.com Date: Thu, 09 Jan 2020 19:40:48 +0000 In-Reply-To: <20200109175842.24905-1-amorenoz@redhat.com> References: <20200109175842.24905-1-amorenoz@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [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" On Thu, 2020-01-09 at 18:58 +0100, Adrian Moreno wrote: > The backport had the following conflicts: >=20 > 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 >=20 > 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 >=20 > Adrian Moreno (1): > vhost: convert buffer addresses to GPA for logging >=20 > Maxime Coquelin (1): > vhost: un-inline dirty pages logging functions >=20 > 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 Thanks, applied --=20 Kind regards, Luca Boccassi