From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755151AbdKGSNu (ORCPT ); Tue, 7 Nov 2017 13:13:50 -0500 Received: from mail-pg0-f41.google.com ([74.125.83.41]:53901 "EHLO mail-pg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754815AbdKGSNs (ORCPT ); Tue, 7 Nov 2017 13:13:48 -0500 X-Google-Smtp-Source: ABhQp+TgXmm6bEIP812oa6HJBywJu3x0BQZf2tB7Bbgi4c3AGa7SyFoEq+Bq7uXj6BdiD1Db8XJ24A== Date: Tue, 7 Nov 2017 10:13:44 -0800 From: Richard Cochran To: Brandon Streiff Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Florian Fainelli , Andrew Lunn , Vivien Didelot , Erik Hons Subject: Re: [PATCH net-next RFC 0/9] net: dsa: PTP timestamping for mv88e6xxx Message-ID: <20171107181344.b4itrmd7atxkwc5x@localhost> 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: NeoMutt/20170113 (1.7.2) 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: > When I run with Layer2 transport and the switch as master, it seems to > work. Any other combination of role + transport fails. Oops, I had "slaveOnly" set in my PC's configuration. So layer2 seems to work as expected. Have you tested UDPv4? It doesn't work. Thanks, Richard