Re: [dpdk-dev] [PATCH] net/nfp: initialize stats struct

2017-11-10 Thread Ferruh Yigit
On 11/8/2017 3:59 AM, Alejandro Lucero wrote: > Not all struct fields will be written and random data could > confuse readers. > > Fixes: 92aa491b881e ("nfp: add statistics") > Coverity: 140755 > > Signed-off-by: Alejandro Lucero Applied to dpdk/master, thanks.

Re: [dpdk-dev] [PATCH] net/nfp: initialize stats struct

2017-11-10 Thread Ferruh Yigit
On 11/9/2017 8:05 PM, Stephen Hemminger wrote: > On Thu, 9 Nov 2017 17:10:16 -0800 > Ferruh Yigit wrote: > >> On 11/8/2017 3:59 AM, Alejandro Lucero wrote: >>> Not all struct fields will be written and random data could >>> confuse readers. >>> >>> Fixes: 92aa491b881e ("nfp: add statistics") >>>

Re: [dpdk-dev] [PATCH] net/nfp: initialize stats struct

2017-11-09 Thread Stephen Hemminger
On Thu, 9 Nov 2017 17:10:16 -0800 Ferruh Yigit wrote: > On 11/8/2017 3:59 AM, Alejandro Lucero wrote: > > Not all struct fields will be written and random data could > > confuse readers. > > > > Fixes: 92aa491b881e ("nfp: add statistics") > > Coverity: 140755 > > Hi Alejandro, > > Thank you

Re: [dpdk-dev] [PATCH] net/nfp: initialize stats struct

2017-11-09 Thread Ferruh Yigit
On 11/8/2017 3:59 AM, Alejandro Lucero wrote: > Not all struct fields will be written and random data could > confuse readers. > > Fixes: 92aa491b881e ("nfp: add statistics") > Coverity: 140755 Hi Alejandro, Thank you for coverity fixes, but they will be considered for next release, since trying

[dpdk-dev] [PATCH] net/nfp: initialize stats struct

2017-11-08 Thread Alejandro Lucero
Not all struct fields will be written and random data could confuse readers. Fixes: 92aa491b881e ("nfp: add statistics") Coverity: 140755 Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/nfp/nfp_net.c b/drivers/net/n