From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 906D03572 for ; Wed, 25 Apr 2018 01:55:27 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 16C54211D3; Tue, 24 Apr 2018 19:55:27 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 24 Apr 2018 19:55:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=eESDDKTfuru0KlDTizomrkYRyv O5elFMwyKXp9Lxl14=; b=pWhUYwtOiHpOySulsAT3871F0zKONA7Vnwd16QB7hc 3OPTto2BaTebB//tX9MFRggQBg1g3dfHUqm5/lWQTwX6ab9lHFGAJWuj5dciTZ6n dDm1oLzoi+xZ9VXMEjztf6xT8WLYXqtn0teqH2p8mAGUMR2tAqEnfLZ0Yh9wfWrm I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=eESDDK Tfuru0KlDTizomrkYRyvO5elFMwyKXp9Lxl14=; b=gM1q+QEB37OEqBHTekwSjE 6eY4ZM5oSGne64MayAAqfHTMb+pJFj8htbrmPY3K6/mx0CbnvQtHpPV6xtt+vBbO CAxZCvrugPoXLaE2OlvMdwwA+6M1SOhUWseKDoSTxtPihLrALIlFmIhs3+GJixY4 Xtim2hDJUJ7uHB8xM7xsBY0HKqY/TeoVsSoDnoEx6IgRTSsMvII3MQYwC0RmFR9k o6srVYj1kUa3+nQNEAFXZflkPrauuKPhHPIyuu8WsqbAODEVJvXQAuNcMlh4oa/v mXFrNoD/xoCTiNpApIvMTkDyPLUtQkm2B9lEs9dUAqsDtAOYGIav1MPp2mzR5UQQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A166E4924; Tue, 24 Apr 2018 19:55:26 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 25 Apr 2018 01:55:25 +0200 Message-ID: <1676287.Xq9lriP4j0@xps> In-Reply-To: <20180424165808.23292-4-stephen@networkplumber.org> References: <20180424165808.23292-1-stephen@networkplumber.org> <20180424165808.23292-4-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/5] eal: make eal_log_level save private 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, 24 Apr 2018 23:55:27 -0000 24/04/2018 18:58, Stephen Hemminger: > +int rte_eal_log_save_regexp(const char *regex, int tmp) The prefix rte_log_ is preferred over rte_eal_log_.