Re: [dpdk-dev] [PATCH 02/14] eal: log: free dynamic state on cleanup

2020-04-25 Thread David Marchand
On Sat, Jan 4, 2020 at 2:34 AM Stephen Hemminger wrote: > > When rte_eal_cleanup is called, free all the memory > associated with dynamic log levels and types. > > Fixes: c1b5fa94a46f ("eal: support dynamic log types") > Cc: olivier.m...@6wind.com > Signed-off-by: Stephen Hemminger > --- > lib/l

[dpdk-dev] [PATCH 02/14] eal: log: free dynamic state on cleanup

2020-01-03 Thread Stephen Hemminger
When rte_eal_cleanup is called, free all the memory associated with dynamic log levels and types. Fixes: c1b5fa94a46f ("eal: support dynamic log types") Cc: olivier.m...@6wind.com Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_common_log.c | 18 +- 1 file changed,