From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ethdev: decrease log level for successful API Date: Sun, 05 Aug 2018 15:29:38 +0200 Message-ID: <3741021.mXyL0GU6pr@xps> References: <1533213223-24028-1-git-send-email-ktraynor@redhat.com> <1533235181-6199-1-git-send-email-ktraynor@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Andrew Rybchenko To: Kevin Traynor Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A8D4D1B5F2 for ; Sun, 5 Aug 2018 15:29:46 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/08/2018 10:04, Andrew Rybchenko: > On 02.08.2018 21:39, Kevin Traynor wrote: > > Change log level of messages from ERR to INFO where > > the post condition of the API is success, but no action > > was actually needed as the condition already existed. > > e.g. calling rte_eth_dev_start() for a device that is > > already started. > > > > Fixes: bea1e0c70cfc ("ethdev: convert static log type usage to dynamic") > > > > Signed-off-by: Kevin Traynor > > Acked-by: Andrew Rybchenko Applied, thanks