Re: [dpdk-dev] [PATCH] service: fix compilation error

2017-09-20 Thread Yang, Yi
On Wed, Sep 20, 2017 at 05:00:11PM +0800, Van Haaren, Harry wrote: > > From: Yang, Yi Y > > Sent: Wednesday, September 20, 2017 9:31 AM > > To: Van Haaren, Harry > > Cc: dev@dpdk.org; Yang, Yi Y > > Subject: [PATCH] service: fix compilation error > > > > CC rte_service.o > > ./dpdk/lib/librt

Re: [dpdk-dev] [PATCH] service: fix compilation error

2017-09-20 Thread Van Haaren, Harry
> From: Yang, Yi Y > Sent: Wednesday, September 20, 2017 9:31 AM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Yang, Yi Y > Subject: [PATCH] service: fix compilation error > > CC rte_service.o > ./dpdk/lib/librte_eal/common/rte_service.c: In function > ‘rte_service_start_with_defaults’: >

[dpdk-dev] [PATCH] service: fix compilation error

2017-09-20 Thread Yi Yang
CC rte_service.o ./dpdk/lib/librte_eal/common/rte_service.c: In function ‘rte_service_start_with_defaults’: ./dpdk/lib/librte_eal/common/rte_service.c:449:9: error: ‘ids[0]’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ret = rte_service_map_lcore_set