From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 82099A046B for ; Tue, 23 Jul 2019 12:01:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3B9851BFDE; Tue, 23 Jul 2019 12:01:43 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 4D9821BFE0 for ; Tue, 23 Jul 2019 12:01:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 0D44E403; Tue, 23 Jul 2019 06:01:39 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 23 Jul 2019 06:01:40 -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=mesmtp; bh=4wAzdzKgK1RJa4kAtX6wP9c6ivuKKUVqEGSbvG2Z0wU=; b=DNhXxhC0aatr axdO55ovP/nuRoLi2w1Wve6hpuVfGdwkmcC+I/VAAJFjDhqG0S1AmpWJrJJFMAVo ukuekuAFtRav834RmyxG6V35lozZl5qzH7RXOELUPL8mkpAgAM5EQwO7d047w1tI Wk2rLnlvBt2YvnxLqXBp22U9rW+GEFk= 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=fm3; bh=4wAzdzKgK1RJa4kAtX6wP9c6ivuKKUVqEGSbvG2Z0 wU=; b=zPVt4eu3k/j2+DDxyaX1e1nqlrMfh2vdBtPrcWI6Z7V9Wh5Kx/w/v+4p/ /+/H1X3m+aQtQm551wRuoiYlsbK3OC3ETLP9c+/BBirgWn2iTk5hErVUmhcyt/Wu AimULm5rMc66S4aE+fgiDpWPUxHtsl1iybdliZSoNdJjrr6WOxO5kbi7uXfbgV2u XHc94yFP67adteAK0k8fIIZ8sEvWInTVgW6ECgeJieeIok1iWmGHBHYLdL44GyLR Zfzo5EqOonjsSVHNqifQaqNWbdpagU1sX7UzOzbQ4zWp5eN2CpXLD9aran2KeYMZ xEjZDV8EE2TSUxCZUYLUQCrxGBONw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrjeekgddvfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 E3DA58005A; Tue, 23 Jul 2019 06:01:37 -0400 (EDT) From: Thomas Monjalon To: David Marchand , hyonkim@cisco.com, jerinj@marvell.com, shshaikh@marvell.com, ndabilpuram@marvell.com Cc: dev@dpdk.org, ferruh.yigit@intel.com, johndale@cisco.com Date: Tue, 23 Jul 2019 12:01:35 +0200 Message-ID: <2876402.0FmCAF3rLn@xps> In-Reply-To: <1563869059-12618-1-git-send-email-david.marchand@redhat.com> References: <20190717115852.171416-1-ndabilpuram@marvell.com> <1563869059-12618-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 0/3] vfio: fix broken msix interrupt initialization 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/07/2019 10:04, David Marchand: > From Nithin original cover letter: > This patch set basically reverts vfio patch that moves eventfd setup > to probe time (1/3) because msix initialization is broken. > It adds new ack interrupt api for purposes of simple and light > weight ack method and also to avoid race conditions > that was the root cause of this discussion. Applied, thanks