From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2 1/3] common/dpaax: reduce logging level Date: Tue, 23 Oct 2018 09:43:32 +0000 Message-ID: <20181023094317.GA26188@jerin> References: <20181017091151.15017-1-shreyansh.jain@nxp.com> <20181017100954.18284-1-shreyansh.jain@nxp.com> <20181017100954.18284-2-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "thomas@monjalon.net" , "dev@dpdk.org" To: Shreyansh Jain Return-path: Received: from NAM04-SN1-obe.outbound.protection.outlook.com (mail-eopbgr700059.outbound.protection.outlook.com [40.107.70.59]) by dpdk.org (Postfix) with ESMTP id 1135C5F1C for ; Tue, 23 Oct 2018 11:43:34 +0200 (CEST) In-Reply-To: <20181017100954.18284-2-shreyansh.jain@nxp.com> Content-Language: en-US Content-ID: <59A092AF0F669E408789824E8CB197CB@namprd07.prod.outlook.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" -----Original Message----- > Date: Wed, 17 Oct 2018 10:10:34 +0000 > From: Shreyansh Jain > To: "thomas@monjalon.net" > CC: "dev@dpdk.org" , Shreyansh Jain > Subject: [dpdk-dev] [PATCH v2 1/3] common/dpaax: reduce logging level > x-mailer: git-send-email 2.17.1 >=20 >=20 > DPAAX is a library used by various NXP drivers. In case of non-NXP > environment, this start spewing message about unavailability of > necessary environment. >=20 > This patch reduces the log level for certain messages as well as > reduces overall log-level. As a library, these message are not > necessarily relevant at higher log level, either. >=20 > Signed-off-by: Shreyansh Jain Acked-by: Jerin Jacob Test-by: Jerin Jacob