From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 31 Jan 2017 09:04:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,315,1477983600"; d="scan'208";a="1089348294" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 31 Jan 2017 09:04:49 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 31 Jan 2017 09:04:49 -0800 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.230]) by FMSMSX154.amr.corp.intel.com ([169.254.6.37]) with mapi id 14.03.0248.002; Tue, 31 Jan 2017 09:04:48 -0800 From: "Wiles, Keith" To: Stephen Hemminger CC: "Yigit, Ferruh" , Pascal Mazon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/6] net/tap: use correct channel for error logs Thread-Index: AQHSe6a3L2Fi3PSvSU6V9j/Vlkeb7KFTFMuAgABAggCAAAHCgA== 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> In-Reply-To: <20170131085830.341b494d@xeon-e3> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.141.150] Content-Type: text/plain; charset="us-ascii" Content-ID: <173A07002348294DB1F0A76A8A4F7356@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/6] net/tap: use correct channel for error logs 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, 31 Jan 2017 17:04:50 -0000 > 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