From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 4/5] log: add ability to match dynamic log based on shell pattern Date: Wed, 25 Apr 2018 11:38:21 +0200 Message-ID: <762350822.UqGLKiTGi0@xps> References: <20180425031750.30973-1-stephen@networkplumber.org> <20180425031750.30973-5-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1B4212BC9 for ; Wed, 25 Apr 2018 11:38:24 +0200 (CEST) In-Reply-To: <20180425031750.30973-5-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/04/2018 05:17, Stephen Hemminger: > --- a/lib/librte_eal/rte_eal_version.map > +++ b/lib/librte_eal/rte_eal_version.map > @@ -209,6 +209,13 @@ DPDK_18.02 { > > } DPDK_17.11; > > +DPDK_18.05 { > + global: > + > + rte_log_set_level_pattern; > + > +} DPDK_18_02; Must be DPDK_18.02 with a dot. Yes it is a trap.