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 0B83491 for ; Sun, 18 Nov 2018 23:10:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8530521EAD; Sun, 18 Nov 2018 17:10:02 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 17:10:02 -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=WuQy7ZCy+RCuuwTqTBTvHAzfoETW7hGBlbzioerR9Jw=; b=mHs9sDLMnl/+ /hwThEovRPnmt8DwboYRuzxubIIe+ctAi1uFUqsHhbVB4aPXy/29WiDEXX4zGLUQ qe+FDNKCm0zZK0ZNx1A8sPA44AGqtv+c3qcMkNMMSo4gcZ1YbafunlJBWXSLNGuN 3RFNHtj/7ta4SogEVnWPQ5HohNpjBFk= 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=WuQy7ZCy+RCuuwTqTBTvHAzfoETW7hGBlbzioerR9 Jw=; b=Pc9fQByLygadBP60q3cUJx/BvOoeV0V5+j0j3/2vyCBLNOKtMojrr4zDu dOIfOjvVEHlyfShLj77PrP29olGyVDzdfZ69b0xcrFy5kD/KTe4ZgPpwQJRlVAc7 4Um3Glx6A0n0vahjKXXYBeNtXcn7jA3WDIQl9HRkv+0fXn1F+2WSk7bLjJATAXP1 cHn5V/jO+ag46/cWkx+HDSMDLrFwDyp9h3Em5RW/LcsHY+0oBQgp8yRWkCvw4XbS LZ9nXp19GRKlN5V6pkjxeJHmtpDSGi4M6kGV6SZpefM5/EDLt9EmMr7LNTPbxWHu y4ElYHR9AGwWfaEdPt1PzEd4Kry8Q== 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 BA682102DE; Sun, 18 Nov 2018 17:10:01 -0500 (EST) From: Thomas Monjalon To: Qiming Yang Cc: dev@dpdk.org Date: Sun, 18 Nov 2018 23:10:00 +0100 Message-ID: <11867429.10q0LZScyl@xps> In-Reply-To: <20181116170400.76667-1-qiming.yang@intel.com> References: <20181116170400.76667-1-qiming.yang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: fixed uncorrect interrupt type 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 22:10:03 -0000 16/11/2018 18:04, Qiming Yang: > Fixed the interrupt type using error. Check valid alarm should use > TEST_INTERRUPT_HANDLE_VALID_ALARM. > > Fixes: 493b8e173fe6 ("eal: add device event handle in interrupt thread") > > Signed-off-by: Qiming Yang Applied, thanks