Re: [dpdk-dev] [PATCH v5 1/4] log: move private functions

2021-04-06 Thread Thomas Monjalon
06/04/2021 13:28, David Marchand: > On Mon, Apr 5, 2021 at 9:30 PM Thomas Monjalon wrote: > > > > Some private log functions had a wrong "rte_" prefix. > > > > All private log functions are moved from eal_private.h > > to the new file eal_log.h: > > rte_eal_log_init -> eal_log_init > >

Re: [dpdk-dev] [PATCH v5 1/4] log: move private functions

2021-04-06 Thread David Marchand
On Mon, Apr 5, 2021 at 9:30 PM Thomas Monjalon wrote: > > Some private log functions had a wrong "rte_" prefix. > > All private log functions are moved from eal_private.h > to the new file eal_log.h: > rte_eal_log_init -> eal_log_init > rte_log_save_regexp -> eal_log_save_regexp >

[dpdk-dev] [PATCH v5 1/4] log: move private functions

2021-04-05 Thread Thomas Monjalon
Some private log functions had a wrong "rte_" prefix. All private log functions are moved from eal_private.h to the new file eal_log.h: rte_eal_log_init -> eal_log_init rte_log_save_regexp -> eal_log_save_regexp rte_log_save_pattern -> eal_log_save_pattern eal_log_s