Re: [PATCH v24 06/15] eal: change rte_exit() output to match rte_log()

2024-09-18 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/9/19 4:52, Stephen Hemminger wrote: > The rte_exit() output format confuses the timestamp and coloring > options. Change it to use be a single line with proper prefix. > > Before: > [ 0.006481] EAL: Error - exiting with code: 1 > Cause: [ 0.006489] Canno

[PATCH v24 06/15] eal: change rte_exit() output to match rte_log()

2024-09-18 Thread Stephen Hemminger
The rte_exit() output format confuses the timestamp and coloring options. Change it to use be a single line with proper prefix. Before: [ 0.006481] EAL: Error - exiting with code: 1 Cause: [ 0.006489] Cannot init EAL: Permission denied After: [ 0.006238] EAL: Error - exiting with co