From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EA8D4A0524; Wed, 21 Apr 2021 01:07:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 660844186D; Wed, 21 Apr 2021 01:07:36 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mails.dpdk.org (Postfix) with ESMTP id A703A40A4B; Wed, 21 Apr 2021 01:07:34 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 2C2952FEA; Tue, 20 Apr 2021 19:07:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Tue, 20 Apr 2021 19:07:33 -0400 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=fm1; bh= xZdKfuWQTwiMT4wxAuDPxEiXue1pMbIFWJF5RWvdGyM=; b=iCDRieag7lCaZUOQ EUxPh7oLyHOPc+6w23+hzoKAvtQRWm6MJmzTa3iGJKXJcWSTDt2VNeC7ccW3TMup UWUVDcovl+BgndEZTMxEQYrP0QKLkwjkxWuZgeFG+X4KpPIk+kmMeTk4iqavR9vf rNK1lDTEKPetCqfnzrStJJed07kWnMXSFptCNA4o1gNeGbYOWEtkHi4V0lK1GTnz E18PQc3GkRM6ToASRwUa9KFTWdcryuEe3BDl+zUAkhJbb0bvSgUrO7mCm4gA7BQE fM9H5BhYoDo67lyBIe4hIqRxVNYkdkVLv8hTxxFBp1CFBvF4hkYFjECWMLYCDjf7 BFrEaA== 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=fm2; bh=xZdKfuWQTwiMT4wxAuDPxEiXue1pMbIFWJF5RWvdG yM=; b=fS34UnWNr3LDHB3HXSkYMv8XFxDk4sSvwHvAMrxAkFSgXUyloDUsaUf/+ yv3l+NkbplENgrThyyyysLDfdnShAqGCasWcGiSUzEL2fE24wJDgVGX9Qet/+8W6 Bn81Xrrew9pG2vVn85EMJ58gnkhpyaOYZVOC/PQp6zNhRwwtvTFAS52c0KYmKFA5 cQ6wcFLyfRz+WX7jydPqBzyaOywT3RkLzmO6QifNiJ4Bb9Z+KxBNkq8QW6m4UjJV ooRFm6414Wy2x2aUglkSaop+OASERfllKCkHMKEk00rOhe4wsiGRGfagnicAM4rW oXjOtFGeo8b8hGNKx/n1ABQfMXRDA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddtjedgudeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 09FE6240066; Tue, 20 Apr 2021 19:07:30 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit , Stephen Hemminger , Elad Nachman Cc: dev@dpdk.org, Igor Ryzhov , stable@dpdk.org, Dan Gora Date: Wed, 21 Apr 2021 01:07:29 +0200 Message-ID: <2345640.QMWomeNEm9@thomas> In-Reply-To: References: <20201126144613.4986-1-eladv6@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v5 3/3] kni: fix kernel deadlock when using mlx devices X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/04/2021 16:35, Elad Nachman: > Hi, > > The new patch is fine by me. > > Tested several dozens restarts of our proprietary application without > apparent problem. Series applied, thanks.