From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 2D5FB1B528 for ; Fri, 3 Aug 2018 10:04:14 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 1ECDEB8005D; Fri, 3 Aug 2018 08:04:13 +0000 (UTC) Received: from [192.168.1.16] (85.187.13.33) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Fri, 3 Aug 2018 09:04:08 +0100 To: Kevin Traynor , References: <1533213223-24028-1-git-send-email-ktraynor@redhat.com> <1533235181-6199-1-git-send-email-ktraynor@redhat.com> From: Andrew Rybchenko Message-ID: Date: Fri, 3 Aug 2018 11:04:03 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1533235181-6199-1-git-send-email-ktraynor@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [85.187.13.33] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24008.003 X-TM-AS-Result: No-4.115700-8.000000-10 X-TMASE-MatchedRID: 5+1rHnqhWUQOwH4pD14DsPHkpkyUphL9IaLR+2xKRDKjD9XxfoENjj3w 0DMesNjGFJwL/AbkLDbEgyASJMxFeehRubJazHK+FYJUGv4DL3zt/okBLaEo+Bl6ZoiL3N2Uo8W MkQWv6iUD0yuKrQIMCBBWOoA5nlyNC24oEZ6SpSmcfuxsiY4QFAGre3X9rBUhjAOD6nchHaThk/ lpAfMioqKttEuLuNPksKgWEssVDTe+8X338u1WiDfBqspLblCHkLOFkJRismMokHAl/472z8C+k sT6a9fy X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--4.115700-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24008.003 X-MDID: 1533283453-t80-Uhyop9fL Subject: Re: [dpdk-dev] [PATCH v2] ethdev: decrease log level for successful API 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: Fri, 03 Aug 2018 08:04:14 -0000 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