From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wiles, Keith" Subject: Re: [PATCH 2/6] net/tap: use correct channel for error logs Date: Tue, 31 Jan 2017 17:04:48 +0000 Message-ID: <2F48A572-8DBA-49EC-8573-DD83FAB49D49@intel.com> References: <1485855778-15496-1-git-send-email-pascal.mazon@6wind.com> <1485855778-15496-2-git-send-email-pascal.mazon@6wind.com> <20170131085830.341b494d@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Yigit, Ferruh" , Pascal Mazon , "dev@dpdk.org" To: Stephen Hemminger Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 613A7B6D for ; Tue, 31 Jan 2017 18:04:50 +0100 (CET) In-Reply-To: <20170131085830.341b494d@xeon-e3> Content-Language: en-US Content-ID: <173A07002348294DB1F0A76A8A4F7356@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" > On Jan 31, 2017, at 10:58 AM, Stephen Hemminger wrote: >=20 > On Tue, 31 Jan 2017 13:07:37 +0000 > Ferruh Yigit wrote: >=20 >> On 1/31/2017 9:42 AM, Pascal Mazon wrote: >>> Signed-off-by: Pascal Mazon >>> --- =20 >>=20 >> looks good to me. >>=20 >=20 > Agreed, almost all uses of INFO as log level are wrong! > Either the message is reporting a problem should be NOTICE, WARN, ERR > or the message is often just developer checking the code and should be DE= BUG. I had already updated most of the logs even before Pascal sent he patch. Regards, Keith