[dpdk-dev] [PATCH] log: respect rte_openlog_stream calls before rte_eal_init

2016-09-30 Thread Thomas Monjalon
2016-09-28 13:42, John Ousterhout: > Before this patch, rte_eal_init invoked rte_openlog_stream, cancelling > any application-specific logger and making it it impossible for an > application to capture the initial log messages generated during > rte_eal_init. With this patch, applications can captu

[dpdk-dev] [PATCH] log: respect rte_openlog_stream calls before rte_eal_init

2016-09-28 Thread John Ousterhout
Before this patch, rte_eal_init invoked rte_openlog_stream, cancelling any application-specific logger and making it it impossible for an application to capture the initial log messages generated during rte_eal_init. With this patch, applications can capture all of the log messages. Signed-off-by: