From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/bsd: silence not supported error in interrupts Date: Wed, 01 Aug 2018 17:54:03 +0200 Message-ID: <3836363.k8x8jXuAYE@xps> References: <7679658279b52ae069260b62696398a97648eb6a.1532679585.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , changqingx.wu@intel.com To: Anatoly Burakov 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) In-Reply-To: <7679658279b52ae069260b62696398a97648eb6a.1532679585.git.anatoly.burakov@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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