From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/liquidio: fix uninitialized variable Date: Tue, 19 Sep 2017 08:27:58 +0100 Message-ID: <78f89ae0-d0a1-e8f8-4017-ed413916e8fc@intel.com> References: <1505476108-11005-1-git-send-email-wang.yong19@zte.com.cn> <20170919064519.GA18600@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: shijith.thotton@cavium.com, dev@dpdk.org To: Shijith Thotton , Yong Wang Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 431737CBD for ; Tue, 19 Sep 2017 09:28:00 +0200 (CEST) In-Reply-To: <20170919064519.GA18600@localhost.localdomain> 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 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 > > Acked-by: Shijith Thotton Applied to dpdk-next-net/master, thanks.