From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 2A62F1B04D for ; Wed, 1 Aug 2018 17:54:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BDB6A21ABB; Wed, 1 Aug 2018 11:54:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 01 Aug 2018 11:54:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9ITqWfOBIctKWsate+Y9DLM6qq 9ieUdpk2b2GjPrynI=; b=qHFG9HjRaO3B0NU3S77QpeXm3JCdyJ70eZxDIftgxK d0qGeDsDZO8ecJIv2nbdLpgarWYjrGBdMrLnVIsLJl/qkUerbZcu/d2Kz3xgDDjO r7SsojL+M6wfEU061WPPWUoX6fAl7+5ZePGbQLoEOE7pRmtqYa+Jvqx5Igy+Gbr/ 8= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=9ITqWf OBIctKWsate+Y9DLM6qq9ieUdpk2b2GjPrynI=; b=OJSe0DihNFUXAz/oVRdPY2 Tf5TTON7aqT4MQ13kjUDm9IDhvKo9HscEApBa9sJ9eVn09IVSs9r+zHc8b79RTg6 L/wDIp8WGJG+FQn4RfqNGkF54GCCcXpoCmgUjPLPHgDP6jg4TQH6Tl6yr77UCgAF h8CxHRYPKfxAxd8XnKjwMhJyZM3nX073IPxf5q7odbsVBX7hZrwhhyklRf4poulO c10QyGzl3pz3NVRj2TO2Q+GiCIDRR3Z3YS3l2shnqCz1RqTu2+0nqHt30UPkdfQd 2dtjGc5ImJ1RSgtQIQI+6FAxWQa5Sx9iVrzoD4SrPf0oksxryot3Qex9Z6pSpXGg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C093F10261; Wed, 1 Aug 2018 11:54:07 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Bruce Richardson , changqingx.wu@intel.com Date: Wed, 01 Aug 2018 17:54:03 +0200 Message-ID: <3836363.k8x8jXuAYE@xps> In-Reply-To: <7679658279b52ae069260b62696398a97648eb6a.1532679585.git.anatoly.burakov@intel.com> References: <7679658279b52ae069260b62696398a97648eb6a.1532679585.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal/bsd: silence not supported error in interrupts 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: Wed, 01 Aug 2018 15:54:09 -0000 27/07/2018 10:24, Anatoly Burakov: > Currently, nic_uio driver does not support interrupts, so any > attempts to install an interrupt handler will fail with a > not supported error, which will cause an error message that is > confusing to the user. > > Silence this error by moving it to debug log level, and reword > the message to avoid containing the word "Error", to avoid > triggering DTS test failures [1]. > > [1] https://git.dpdk.org/tools/dts/tree/tests/ > TestSuite_scatter.py?#n110 > > Fixes: 23150bd8d8a8 ("eal/bsd: add interrupt thread") > > Signed-off-by: Anatoly Burakov Applied, thanks