Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0469C433EF for ; Wed, 15 Dec 2021 09:23:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241137AbhLOJXW (ORCPT ); Wed, 15 Dec 2021 04:23:22 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:56034 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241129AbhLOJXU (ORCPT ); Wed, 15 Dec 2021 04:23:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=+zVtvNYbXivg34WLxycg7O1rtuc4e8poX+c0u7FpMkY=; b=irXRlSt+hiag+XSrNj+AzxWMmB MPa8lb4Wknhjdh3DOKMVwpwywL5O1rA+CsfCIQr4KUPp2+PuUzjyQJKnBbZcr1L0I5dTjGOYF6mp2 pzjeP4014czJ0E3dyZZwv+gnnjPY+X+HuhL4hj+K2M4wXqn7wHmfX0BKRX8i9Jqha4+Q=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mxQVK-00GcsB-G8; Wed, 15 Dec 2021 10:23:18 +0100 Date: Wed, 15 Dec 2021 10:23:18 +0100 From: Andrew Lunn To: "Ismail, Mohammad Athari" Cc: Oleksij Rempel , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Voon, Weifeng" , "Wong, Vee Khee" Subject: Re: [BUG] net: phy: genphy_loopback: add link speed configuration Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Thanks for the suggestion. The proposed solution also doesn't work. Still get -110 error. Please can you trace where this -110 comes from. Am i looking at the wrong poll call? Thanks Andrew