Re: [dpdk-dev] [PATCH] log: add missing experimental tag

2018-12-18 Thread David Marchand
Hello Thomas, On Tue, Dec 4, 2018 at 4:20 PM Neil Horman wrote: > On Tue, Dec 04, 2018 at 09:28:31AM +0100, David Marchand wrote: > > When rte_log_register_type_and_pick_level() has been introduced, it has > > been correctly added to the EXPERIMENTAL section of the eal map and the > > symbol its

Re: [dpdk-dev] [PATCH] log: add missing experimental tag

2018-12-04 Thread Neil Horman
On Tue, Dec 04, 2018 at 09:28:31AM +0100, David Marchand wrote: > When rte_log_register_type_and_pick_level() has been introduced, it has > been correctly added to the EXPERIMENTAL section of the eal map and the > symbol itself has been marked at its definition. > > However, the declaration of thi