From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CA5E85323 for ; Thu, 18 Feb 2016 15:39:17 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 18 Feb 2016 06:38:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,465,1449561600"; d="scan'208";a="748704839" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga003.jf.intel.com with ESMTP; 18 Feb 2016 06:38:55 -0800 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.100]) by IRSMSX154.ger.corp.intel.com ([169.254.12.208]) with mapi id 14.03.0248.002; Thu, 18 Feb 2016 14:38:54 +0000 From: "Burakov, Anatoly" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] eal:Change log output to DEBUG instead of INFO Thread-Index: AQHRZb73AjpGJ5JWkUC7VuEzVHqem58xnCQAgABEJICAAAgu8A== Date: Thu, 18 Feb 2016 14:38:54 +0000 Message-ID: References: <1441914050-43168-1-git-send-email-keith.wiles@intel.com> <1928276.P2Lqin6BEp@xps13> <3641912.UTtuKLG1Jr@xps13> In-Reply-To: <3641912.UTtuKLG1Jr@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] eal:Change log output to DEBUG instead of INFO X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 14:39:18 -0000 Hi Thomas, > 2016-02-18 10:18, Burakov, Anatoly: > > > > --- a/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > > > +++ b/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > > > @@ -904,7 +904,7 @@ pci_vfio_enable(void) > > > > > > > > /* return 0 if VFIO modules not loaded */ > > > > if (module_vfio_type1 =3D=3D 0) { > > > > - RTE_LOG(INFO, EAL, "VFIO modules not all loaded, " > > > > + RTE_LOG(DEBUG, EAL, "VFIO modules not all loaded, " > > > > "skip VFIO support...\n"); > > > > return 0; > > > > } > > > > Should people be forced to recompile DPDK with debug logs (and get all > > this additional debug output) just to see why VFIO doesn't get initiali= zed? >=20 > No, there is a run-time option --log-level. > The compiled max level must be set to DEBUG to be able to see this messag= e > with debug --log-level. Apologies, I wasn't aware of this feature. No objections then. Thanks, Anatoly