From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E33C99392 for ; Fri, 13 Nov 2015 12:40:12 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 13 Nov 2015 03:40:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,287,1444719600"; d="scan'208";a="850301968" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by fmsmga002.fm.intel.com with SMTP; 13 Nov 2015 03:40:10 -0800 Received: by (sSMTP sendmail emulation); Fri, 13 Nov 2015 11:40:09 +0025 Date: Fri, 13 Nov 2015 11:40:09 +0000 From: Bruce Richardson To: Matthew Hall Message-ID: <20151113114008.GA15612@bricha3-MOBL3> References: <1447397258-27233-1-git-send-email-mhall@mhcomputing.net> <1447397258-27233-2-git-send-email-mhall@mhcomputing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447397258-27233-2-git-send-email-mhall@mhcomputing.net> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/6] librte_log: add function to retrieve log_level 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: Fri, 13 Nov 2015 11:40:13 -0000 On Fri, Nov 13, 2015 at 06:47:33AM +0000, Matthew Hall wrote: > Signed-off-by: Matthew Hall > --- > lib/librte_eal/common/include/rte_log.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_eal/common/include/rte_log.h b/lib/librte_eal/common/include/rte_log.h > index ede0dca..9dad24e 100644 > --- a/lib/librte_eal/common/include/rte_log.h > +++ b/lib/librte_eal/common/include/rte_log.h > @@ -131,6 +131,7 @@ void rte_set_log_level(uint32_t level); > > /** > * Get the global log level. > + * > */ > uint32_t rte_get_log_level(void); > > -- > 1.9.1 > I don't think this patch is necessary, as all it adds is a single extra line to a comment. /Bruce