From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next RFC 0/9] net: dsa: PTP timestamping for mv88e6xxx Date: Mon, 6 Nov 2017 16:04:22 +0100 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 Cc: Brandon Streiff , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Florian Fainelli , Vivien Didelot , Erik Hons To: Richard Cochran Return-path: Content-Disposition: inline In-Reply-To: <20171106145546.atfjkqf3xdxu4wyg@localhost> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.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