From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v3 4/5] log: add ability to match dynamic log based on shell pattern Date: Wed, 25 Apr 2018 08:01:38 -0700 Message-ID: <20180425080138.4dc94e2b@xeon-e3> References: <20180425031750.30973-1-stephen@networkplumber.org> <20180425031750.30973-5-stephen@networkplumber.org> <762350822.UqGLKiTGi0@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-pf0-f170.google.com (mail-pf0-f170.google.com [209.85.192.170]) by dpdk.org (Postfix) with ESMTP id B2EB57CE1 for ; Wed, 25 Apr 2018 17:01:41 +0200 (CEST) Received: by mail-pf0-f170.google.com with SMTP id p6so15453521pfn.4 for ; Wed, 25 Apr 2018 08:01:41 -0700 (PDT) In-Reply-To: <762350822.UqGLKiTGi0@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 25 Apr 2018 11:38:21 +0200 Thomas Monjalon wrote: > 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. > > Also the EXPERIMENTAL section needs to now depend on 18.05