From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5563EC432BE for ; Wed, 28 Jul 2021 20:47:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 384796023D for ; Wed, 28 Jul 2021 20:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231777AbhG1UrN (ORCPT ); Wed, 28 Jul 2021 16:47:13 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:50684 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231740AbhG1UrK (ORCPT ); Wed, 28 Jul 2021 16:47:10 -0400 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=DSvv8LIPRr9ug5P+a+r+gNRgiQTXUee1sTAcpCWmlKU=; b=FZ4YirmSQiz5Tse6WjHNLfePyk 7ghIj+W6MxSoZsPQFgRHle3NmvKc9T7o7hgQb2C1ySlvpHFyzM3KsINI47TUBFnff0mHBEGQk/Zrw BhJm9ZLgYoQyBDc0MwJDiLeD1jCe0Z6eYgM3zaVdOHjagFG/oKQ6PUsjt24NYeZWVSV0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1m8qSJ-00FESH-Bw; Wed, 28 Jul 2021 22:47:07 +0200 Date: Wed, 28 Jul 2021 22:47:07 +0200 From: Andrew Lunn To: Dario Alcocer Cc: netdev@vger.kernel.org Subject: Re: Marvell switch port shows LOWERLAYERDOWN, ping fails Message-ID: References: <82974be6-4ccc-3ae1-a7ad-40fd2e134805@helixd.com> <527bcc43-d99c-f86e-29b0-2b4773226e38@helixd.com> <59790fef-bf4a-17e5-4927-5f8d8a1645f7@helixd.com> <11b81662-e9ce-591c-122a-af280f1e1f59@helixd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11b81662-e9ce-591c-122a-af280f1e1f59@helixd.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > Many thanks for the link; I will build and install it on the target. Hope it > will work with the older kernel (5.4.114) we're using. Probably not. You need commit b71a8d60252111d89dccba92ded7470faef16460 Author: Andrew Lunn Date: Sun Oct 4 18:12:57 2020 +0200 net: dsa: mv88e6xxx: Add per port devlink regions Add a devlink region to return the per port registers. Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli Reviewed-by: Vladimir Oltean Signed-off-by: David S. Miller 5.4 we released in 2019-11-24. When debugging issues like this, you really should be using a modern kernel. At minimum 5.13, better still, net-next. Andrew