Re: [dpdk-dev] [PATCH] eal: remove redundant error output

2019-08-21 Thread Aaron Conole
Stephen Hemminger writes: > The function rte_eal_init_alert ends up printing the same message > twice. Once via RTE_LOG and once to stderr. Remove the fprintf > to stderr since it is redundant. > > Signed-off-by: Stephen Hemminger > --- This was originally added at your suggestion: http://mail

[dpdk-dev] [PATCH] eal: remove redundant error output

2019-08-20 Thread Stephen Hemminger
The function rte_eal_init_alert ends up printing the same message twice. Once via RTE_LOG and once to stderr. Remove the fprintf to stderr since it is redundant. Signed-off-by: Stephen Hemminger --- lib/librte_eal/linux/eal/eal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_eal/