[dpdk-dev] [PATCH v3 4/5] log: add ability to match dynamic log based on shell pattern

Stephen Hemminger stephen at networkplumber.org
Wed Apr 25 17:01:38 CEST 2018


On Wed, 25 Apr 2018 11:38:21 +0200
Thomas Monjalon <thomas at monjalon.net> 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


More information about the dev mailing list