Re: [dpdk-dev] [PATCH v2] rte: initialize logging before bus

2017-10-03 Thread Thomas Monjalon
28/08/2017 20:13, Stephen Hemminger: > Any log messages during bus initialization maybe lost because > the bus registration constructor is called before the logging constructor. > > Fixes: a97725791eec ("bus: introduce bus abstraction") Cc: sta...@dpdk.org > Signed-off-by: Stephen Hemminger Ap

[dpdk-dev] [PATCH v2] rte: initialize logging before bus

2017-08-28 Thread Stephen Hemminger
Any log messages during bus initialization maybe lost because the bus registration constructor is called before the logging constructor. Fixes: a97725791eec ("bus: introduce bus abstraction") Signed-off-by: Stephen Hemminger --- v2 - fix commit message typos lib/librte_eal/common/eal_common_log