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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 75067C3F2D2 for ; Fri, 6 Mar 2020 01:13:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3151420726 for ; Fri, 6 Mar 2020 01:13:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="OIGbt0pj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726490AbgCFBNQ (ORCPT ); Thu, 5 Mar 2020 20:13:16 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:48534 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726162AbgCFBNQ (ORCPT ); Thu, 5 Mar 2020 20:13:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=cN9LtKYxEh7WVRunE+8Cr07ags8PwJAtocJ057ecJ/w=; b=OIGbt0pjDm1M5Uqrh3ngroHmsM RTKqrBOwgRiKlOpkXT4zUxjRkqnelOCmT5fPkVb1T86CFHPAfBqIUIYciJW+EZAsQRAhUH+hOPhmL fYRRifTlYGJdTJnR3V+s7+h16PnQ4xT1N52P9lBxFr3SM8tzYZBhQurP4MmYPfnbtugg=; Received: from andrew by vps0.lunn.ch with local (Exim 4.93) (envelope-from ) id 1jA1Y6-0001BK-F7; Fri, 06 Mar 2020 02:13:10 +0100 Date: Fri, 6 Mar 2020 02:13:10 +0100 From: Andrew Lunn To: Russell King - ARM Linux admin Cc: Florian Fainelli , Heiner Kallweit , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org, Vivien Didelot Subject: Re: [PATCH net-next 0/10] net: dsa: improve serdes integration Message-ID: <20200306011310.GC2450@lunn.ch> References: <20200305124139.GB25745@shell.armlinux.org.uk> <20200305225407.GD25183@lunn.ch> <20200305234557.GE25745@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200305234557.GE25745@shell.armlinux.org.uk> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > FYI, the port status and control register for the CPU port on the > ZII rev C should be: > > 0 = 0xd04 > 1 = 0x203d Hi Russell I've been testing Devel C, port lan1. So port 1 on the first switch. net-next/master from a few hours ago ping's out that interface. So the CPU/DSA phylink breakage is not part of this problem. net-next/master + this patchset no longer pings. Register dump for the CPU port shows: 0: 0e04 1: 203d The e indicates 1000Mbs, where as it should be 100Mbs. However, as i said, the datasheet suggests this might not be a problem? I will try to figure out which patch broke it. Andrew