From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <tiwei.bie@intel.com>
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by dpdk.org (Postfix) with ESMTP id 91D45F11
 for <dev@dpdk.org>; Wed,  5 Sep 2018 06:31:01 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga008.fm.intel.com ([10.253.24.58])
 by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 04 Sep 2018 21:31:00 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.53,332,1531810800"; d="scan'208";a="68456346"
Received: from btwcube1.sh.intel.com ([10.67.104.194])
 by fmsmga008.fm.intel.com with ESMTP; 04 Sep 2018 21:29:46 -0700
From: Tiwei Bie <tiwei.bie@intel.com>
To: maxime.coquelin@redhat.com,
	zhihong.wang@intel.com,
	dev@dpdk.org
Cc: seanbh@gmail.com,
	anatoly.burakov@intel.com
Date: Wed,  5 Sep 2018 12:28:49 +0800
Message-Id: <20180905042852.6212-1-tiwei.bie@intel.com>
X-Mailer: git-send-email 2.18.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Subject: [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: Wed, 05 Sep 2018 04:31:02 -0000

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(-)

-- 
2.18.0