From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7BFBC1E20 for ; Mon, 10 Apr 2017 12:08:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491818881; x=1523354881; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=bLCw+a0C0VaPaJ5Dljuv4hmh/SPlJdxDHum38WeVaQk=; b=r8w+rxEZOYKYkD+RZ3TyvlbLL3DucWkLNYCCgUlzi5mzHVW09d/xgRvK 0pVVy3hOaBcq5pxxzFCrh6u/yjITkg==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2017 03:08:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,182,1488873600"; d="scan'208";a="844052348" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 10 Apr 2017 03:07:59 -0700 To: Shijith Thotton Cc: dev@dpdk.org References: <1491805567-10743-1-git-send-email-shijith.thotton@caviumnetworks.com> <1491808736-14239-1-git-send-email-shijith.thotton@caviumnetworks.com> From: Ferruh Yigit Message-ID: Date: Mon, 10 Apr 2017 11:07:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491808736-14239-1-git-send-email-shijith.thotton@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/liquidio/base: fix mbox command initialization X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 10:08:02 -0000 On 4/10/2017 8:18 AM, Shijith Thotton wrote: > Initialize mail box command to request VF FLR. Data field was > uninitialized before as it was not required and caused the following > error during scan. > > Reported by Coverity scan: > 1384518 Uninitialized scalar variable > > Fixes: cdb166963cae ("net/liquidio: add API for VF FLR") > > Signed-off-by: Shijith Thotton Series applied to dpdk-next-net/master, thanks. Updated commit logs with the defined syntax for Coverity fixes: Coverity issue: 1384518 Fixes: cdb166963cae ("net/liquidio: add API for VF FLR") Signed-off-by: Shijith Thotton