From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932519AbdKFPEa (ORCPT ); Mon, 6 Nov 2017 10:04:30 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:44483 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753347AbdKFPE1 (ORCPT ); Mon, 6 Nov 2017 10:04:27 -0500 Date: Mon, 6 Nov 2017 16:04:22 +0100 From: Andrew Lunn To: Richard Cochran Cc: Brandon Streiff , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Florian Fainelli , Vivien Didelot , Erik Hons Subject: Re: [PATCH net-next RFC 0/9] net: dsa: PTP timestamping for mv88e6xxx Message-ID: <20171106150422.GC7546@lunn.ch> References: <1506612341-18061-1-git-send-email-brandon.streiff@ni.com> <20170929094323.cwh2ubv4odknlyot@localhost> <20171008153821.w4pm6j43lpdvnpph@localhost> <20171106145546.atfjkqf3xdxu4wyg@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171106145546.atfjkqf3xdxu4wyg@localhost> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 06, 2017 at 06:55:46AM -0800, Richard Cochran wrote: > On Sun, Oct 08, 2017 at 11:38:21AM -0400, Richard Cochran wrote: > > I will try to get my hands on some HW, perhaps by the end of October, > > in order to test and complete your driver... > > I now have a 88E6352 to test your series on. Unfortunately, it > doesn't really work. Here is what I did. > > 1. Gave one of the external switch ports an address (ifconfig ext0 > 192.168.1.111) Hi Richard I assume you have tested basic networking? You can ping the other machines in the network? With DSA, users sometimes forget to set the DSA master interface up. Then nothing works. Andrew