From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 431737CBD
 for <dev@dpdk.org>; Tue, 19 Sep 2017 09:28:00 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 19 Sep 2017 00:28:00 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.42,417,1500966000"; d="scan'208";a="901683866"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57])
 ([10.237.220.57])
 by FMSMGA003.fm.intel.com with ESMTP; 19 Sep 2017 00:27:59 -0700
To: Shijith Thotton <shijith.thotton@caviumnetworks.com>,
 Yong Wang <wang.yong19@zte.com.cn>
Cc: shijith.thotton@cavium.com, dev@dpdk.org
References: <1505476108-11005-1-git-send-email-wang.yong19@zte.com.cn>
 <20170919064519.GA18600@localhost.localdomain>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <78f89ae0-d0a1-e8f8-4017-ed413916e8fc@intel.com>
Date: Tue, 19 Sep 2017 08:27:58 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
 Thunderbird/52.3.0
MIME-Version: 1.0
In-Reply-To: <20170919064519.GA18600@localhost.localdomain>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v2] net/liquidio: fix uninitialized variable
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 19 Sep 2017 07:28:02 -0000

On 9/19/2017 7:45 AM, Shijith Thotton wrote:
> On Fri, Sep 15, 2017 at 07:48:28AM -0400, Yong Wang wrote:
>> In func lio_dev_link_update(), "link.link_autoneg" is used in func call
>> lio_dev_atomic_write_link_status(), but is uninitialized.
>>
>> v2:
>> * Modify the initial value of 'link.link_autoneg' from 'ETH_LINK_FIXED'
>>   to 'ETH_LINK_AUTONEG'.
>>
>> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
> 
> Acked-by: Shijith Thotton <shijith.thotton@caviumnetworks.com>

Applied to dpdk-next-net/master, thanks.