From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: adjust error log level Date: Tue, 13 Feb 2018 16:29:01 +0100 Message-ID: <1547976.2MSByCWyg0@xps> References: <1518534227-104477-1-git-send-email-martinx.klozik@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Martin Klozik Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 88AFA1B2D5 for ; Tue, 13 Feb 2018 16:29:12 +0100 (CET) In-Reply-To: <1518534227-104477-1-git-send-email-martinx.klozik@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" 13/02/2018 16:03, Martin Klozik: > DPDK API does not propagate the reason of device allocation failure > from rte_eth_dev_allocate() up to the DPDK application (e.g. Open > vSwitch). > Log level of associated log entries was changed to warning. So user > can find additional details in log files also in production systems, > where debug messages cannot be turned on. > > Signed-off-by: Martin Klozik Acked-by: Thomas Monjalon Applied, thanks