[dpdk-dev] [PATCH 1/2] log: rte_openlog_stream should be void

2015-07-29 Thread Stephen Hemminger
On Tue, 19 May 2015 11:24:03 +0100 Bruce Richardson wrote: > On Fri, Apr 17, 2015 at 08:35:33AM -0700, Stephen Hemminger wrote: > > Function always returned 0 and no one was checking anyway. > > > > Signed-off-by: Stephen Hemminger > > Acked-by: Bruce Richardson > > > --- > > lib/librte_eal

[dpdk-dev] [PATCH 1/2] log: rte_openlog_stream should be void

2015-05-19 Thread Bruce Richardson
On Fri, Apr 17, 2015 at 08:35:33AM -0700, Stephen Hemminger wrote: > Function always returned 0 and no one was checking anyway. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson > --- > lib/librte_eal/common/eal_common_log.c | 3 +-- > lib/librte_eal/common/include/rte_log.h |

[dpdk-dev] [PATCH 1/2] log: rte_openlog_stream should be void

2015-04-17 Thread Stephen Hemminger
Function always returned 0 and no one was checking anyway. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_common_log.c | 3 +-- lib/librte_eal/common/include/rte_log.h | 5 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/librte_eal/common/eal_common_log.