From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 4/4] ena: DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA) Date: Thu, 17 Mar 2016 14:57:02 +0100 Message-ID: <1796521.zug8sZHtGq@xps13> References: <1458052810-18418-1-git-send-email-jan@semihalf.com> <20160316143407.GA10288@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Bruce Richardson , Alexander Matushevsky , Evgeny Schemeilin , Jakub Palider To: Jan =?utf-8?B?TcSZZGFsYQ==?= Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id C7A3F5699 for ; Thu, 17 Mar 2016 14:58:31 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id l68so118495042wml.1 for ; Thu, 17 Mar 2016 06:58:31 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-17 14:48, Jan M=C4=99dala: > > > > > # > > > +# Compile burst-oriented Amazon ENA PMD driver > > > +# > > > +CONFIG_RTE_LIBRTE_ENA_PMD=3Dy > > > +CONFIG_RTE_LIBRTE_ENA_DEBUG_INIT=3Dy > > > > Do you really want initialization debuggin to be on by default? Nor= mally, > > we > > keep all debug options disabled. >=20 > This is actually error logging, so it's silent for user until there i= s > something wrong with initialization. > Do you want me to rename it to point more accurately it's role? There should not be any option at all to disable error logging.