From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/nfp: initialize stats struct Date: Thu, 9 Nov 2017 17:10:16 -0800 Message-ID: <15bd63fc-1c14-faae-ac09-b94375fb1553@intel.com> References: <1510142385-23710-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Alejandro Lucero , dev@dpdk.org Return-path: In-Reply-To: <1510142385-23710-1-git-send-email-alejandro.lucero@netronome.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 to limit rc4 only for critical fixes. Thanks, ferruh > > Signed-off-by: Alejandro Lucero