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

Thomas Monjalon thomas at monjalon.net
Wed Apr 25 11:38:21 CEST 2018


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.




More information about the dev mailing list