From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] net/qede: fix incorrect link status update Date: Fri, 8 Jun 2018 19:42:20 +0100 Message-ID: <53cf37b4-af02-a56f-2069-421f3c8a97cf@intel.com> References: <1528389052-4875-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Shahed Shaikh , Dept-EngDPDKDev@cavium.com, stable@dpdk.org To: Rasesh Mody , dev@dpdk.org Return-path: In-Reply-To: <1528389052-4875-1-git-send-email-rasesh.mody@cavium.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 6/7/2018 5:30 PM, Rasesh Mody wrote: > From: Shahed Shaikh > > qede_link_update() always returns -1 i.e. link not changed, > becasue it compares the variables which always hold same value. > > Fix this function by using rte_eth_linkstatus_set(). > > Fixes: 2ea6f76aff40 ("qede: add core driver") > Cc: stable@dpdk.org > > Signed-off-by: Shahed Shaikh Series applied to dpdk-next-net/master, thanks.