From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D74291B2F3; Wed, 11 Oct 2017 01:17:16 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 10 Oct 2017 16:17:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,359,1503385200"; d="scan'208";a="137231456" Received: from unknown (HELO [10.241.225.83]) ([10.241.225.83]) by orsmga004.jf.intel.com with ESMTP; 10 Oct 2017 16:17:15 -0700 To: "Wu, Jingjing" , Yong Wang Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1507634660-19880-1-git-send-email-wang.yong19@zte.com.cn> <9BB6961774997848B5B42BEC655768F810E8FFAB@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 11 Oct 2017 00:17:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810E8FFAB@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v2] net/i40e: fix uninitialized variable X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 23:17:17 -0000 On 10/10/2017 2:24 PM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Yong Wang [mailto:wang.yong19@zte.com.cn] >> Sent: Tuesday, October 10, 2017 7:24 PM >> To: Wu, Jingjing >> Cc: dev@dpdk.org; Yong Wang ; stable@dpdk.org >> Subject: [PATCH v2] net/i40e: fix uninitialized variable >> >> In func i40evf_dev_link_update(), "new_link.link_autoneg" is used in >> func call i40evf_dev_atomic_write_link_status(), but is uninitialized. >> >> Fixes: 2a73125b7041 ("i40evf: fix link info update") >> >> Cc: stable@dpdk.org >> >> Signed-off-by: Yong Wang > > Acked-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.