From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 310022BF7 for ; Sun, 18 Nov 2018 17:19:08 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A42ED21550; Sun, 18 Nov 2018 11:19:07 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 11:19:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=i4lquMKb7HjDLTyYS4P+cEdh5J1StMgNLCfIDPL8wZU=; b=QTWd+6pFr0Ai 1XrEMirmDoBIaBm5VIf4KkKJ2q9H3EbATg9NB2B+SvQvUGQNMVUfzzPsJ1Crr05Y bn5sFiEbpGi0gIgKF2yExnK/2q+xNPYRH8qJNwBHE5mqHazp/QrXwr8mGeY6ou+3 nkY8Z3T81F7PqRVaajPI/KTt/3X9mZI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=i4lquMKb7HjDLTyYS4P+cEdh5J1StMgNLCfIDPL8w ZU=; b=AbSpt69oXw8UvOjRvzM5ANcR8rZjGCziiDFPyAlbzOBpktAV7P+psIVKm 9/cac25N13i/tGpk+hUAob+kMizKXDL5c4mIkIGJ3DLoK2IEJIBPctUCxmW9uPWG fSwfDT1G3Av+Kc3mEeiazHnaX0Yg7JZqzp2Tbk7uqKoJDtYKA5Qn2XEItN2VOOKK prKa/CY/YJW5sR1XuBERfBYLv6B8bhKRW+R2fBMfn8Kknwiun7alxs7PkuM/Fa06 5l/rGKZwuK+/MlkDpSFkCsdoCsw7qmhuIFJ8sWi+zcM7FO/dF42m4vtFJBjnNwej 0zzotebumWnfovhxag5vMnMQVS5mQ== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id ED8B9102E8; Sun, 18 Nov 2018 11:19:05 -0500 (EST) From: Thomas Monjalon To: Jeff Guo Cc: konstantin.ananyev@intel.com, anatoly.burakov@intel.com, bernard.iremonger@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com, ferruh.yigit@intel.com, dev@dpdk.org, helin.zhang@intel.com, matan@mellanox.com, shaopeng.he@intel.com Date: Sun, 18 Nov 2018 17:19:04 +0100 Message-ID: <42850268.oTRTV6kKh3@xps> In-Reply-To: <1542273504-127387-2-git-send-email-jia.guo@intel.com> References: <1541484436-91320-1-git-send-email-jia.guo@intel.com> <1542273504-127387-1-git-send-email-jia.guo@intel.com> <1542273504-127387-2-git-send-email-jia.guo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH V2 0/3] fix vfio hot-unplug issue 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: Sun, 18 Nov 2018 16:19:08 -0000 15/11/2018 10:18, Jeff Guo: > This patch set aim to fix some dead lock issue when device be hotplug-in > after device be hot-unplugged for vfio. > > v2->v1: > refine some document and show the limitation. > > Jeff Guo (3): > eal: fix lock issue for hot-unplug > vfio: fix to add handler lock for hot-unplug > app/testpmd: fix callback issue for hot-unplug Applied with following titles: eal: fix deadlock in hot-unplug vfio: add lock for hot-unplug failure handler app/testpmd: workaround deadlock in hot-unplug callback