From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D457A20D92; Tue, 13 Feb 2018 10:29:11 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 10:29:11 -0500 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=lPTISRLM6HL/3cumFNp9qdt/ps VgAzT6libsDDRUrUc=; b=BAfPliD5PIbd4qbW7aC2Nsm7Ty6Xb/OcdMB76UdKAD w6Y0ZsXhsH4ZFIzRkoBH7kBtY2hKmlOi4dPmhUX/W6d3hFddSY+5Eq15TIaLJ8+n c4t5grS+cOpUit7XugfC17JLd6WWIlJzq00cVvCiRD/GvO7hyCzEf0RV0ST1ye1C E= 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=fm2; bh=lPTISR LM6HL/3cumFNp9qdt/psVgAzT6libsDDRUrUc=; b=QlDQhr4SMqldaerxm2DBcQ FqNV29KqPq0+DFXO6qF/u+dWNaG50IlSsRBzZDGKaGlkIJNMYZDewWwwDGXsJz+W 0zzhtRh5kxZyC/+3vyjyaPCBcR7QC34z8Az8K5RndJ4BG+XEVlvHsp2Irw+wnvJd TFpOiIp4AcI+e+h1sbLZf0H5G4qMtS8eZEJ9bfOvsZs12FzPILWXV9FkCvZ89Vlo daQMIpNki8edbQ0AxrRYMwuVvNUjgob+byia39SiawbdNqLG/W5lvYzLR3ESJ8lW CYWhg+UwbYWJpIyUojZEQggXowJRvdpmu26gO1/NKmDF0EBgbsP3JidxrgQJJK0Q == 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 87E777E4B2; Tue, 13 Feb 2018 10:29:11 -0500 (EST) From: Thomas Monjalon To: Martin Klozik Cc: dev@dpdk.org Date: Tue, 13 Feb 2018 16:29:01 +0100 Message-ID: <1547976.2MSByCWyg0@xps> In-Reply-To: <1518534227-104477-1-git-send-email-martinx.klozik@intel.com> References: <1518534227-104477-1-git-send-email-martinx.klozik@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ethdev: adjust error log level 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: Tue, 13 Feb 2018 15:29:12 -0000 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