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 478955920 for ; Thu, 20 Sep 2018 09:35:50 +0200 (CEST) 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 mx1.redhat.com (Postfix) with ESMTPS id 20DD83082A27; Thu, 20 Sep 2018 07:35:49 +0000 (UTC) Received: from [10.36.112.56] (ovpn-112-56.ams2.redhat.com [10.36.112.56]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 348943789; Thu, 20 Sep 2018 07:35:46 +0000 (UTC) To: Tiwei Bie , 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 Message-ID: <06a21151-e13b-4da8-3851-1fd8a4fd4c29@redhat.com> Date: Thu, 20 Sep 2018 09:35:45 +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.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Thu, 20 Sep 2018 07:35:49 +0000 (UTC) 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2018 07:35:50 -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(-) > Applied to dpdk-next-virtio/master. Thanks, Maxime