From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <maxime.coquelin@redhat.com>
Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73])
 by dpdk.org (Postfix) with ESMTP id 98C534CE4
 for <dev@dpdk.org>; Tue, 11 Sep 2018 15:11:48 +0200 (CEST)
Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com
 [10.11.54.3])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.redhat.com (Postfix) with ESMTPS id EF1D9A28C1;
 Tue, 11 Sep 2018 13:11:47 +0000 (UTC)
Received: from [10.36.112.31] (ovpn-112-31.ams2.redhat.com [10.36.112.31])
 by smtp.corp.redhat.com (Postfix) with ESMTPS id 31FE910075F9;
 Tue, 11 Sep 2018 13:11:45 +0000 (UTC)
To: Tiwei Bie <tiwei.bie@intel.com>, zhihong.wang@intel.com, dev@dpdk.org
Cc: seanbh@gmail.com, anatoly.burakov@intel.com
References: <20180905042852.6212-1-tiwei.bie@intel.com>
From: Maxime Coquelin <maxime.coquelin@redhat.com>
Message-ID: <3c5be3de-b56f-66aa-3dd3-032549fd7f66@redhat.com>
Date: Tue, 11 Sep 2018 15:11:44 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <20180905042852.6212-1-tiwei.bie@intel.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16
 (mx1.redhat.com [10.11.55.2]); Tue, 11 Sep 2018 13:11:48 +0000 (UTC)
X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]);
 Tue, 11 Sep 2018 13:11:48 +0000 (UTC) for IP:'10.11.54.3'
 DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com'
 HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:''
Subject: Re: [dpdk-dev] [PATCH 0/3] Some fixes/improvements for virtio-user
	memory table
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 11 Sep 2018 13:11:48 -0000



On 09/05/2018 06:28 AM, Tiwei Bie wrote:
> This series consists of some fixes and improvements for virtio-user's
> memory table preparation.
> 
> This series supersedes below patches:
> https://patches.dpdk.org/patch/43807/
> https://patches.dpdk.org/patch/43918/
> 
> The second patch in this series depends on the below patch set:
> http://patches.dpdk.org/project/dpdk/list/?series=1177
> 
> Tiwei Bie (3):
>    net/virtio-user: fix deadlock in memory events callback
>    net/virtio-user: avoid parsing process mappings
>    net/virtio-user: fix memory hotplug support in vhost-kernel
> 
>   drivers/net/virtio/virtio_user/vhost_kernel.c |  50 +++--
>   drivers/net/virtio/virtio_user/vhost_user.c   | 211 ++++++++----------
>   .../net/virtio/virtio_user/virtio_user_dev.c  |  19 ++
>   3 files changed, 135 insertions(+), 145 deletions(-)
> 

That's all good to me.
I'll apply it once Anatoly's series is accepted.

Thanks,
Maxime