From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753564AbdKHDCc (ORCPT ); Tue, 7 Nov 2017 22:02:32 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:47851 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753342AbdKHDCb (ORCPT ); Tue, 7 Nov 2017 22:02:31 -0500 Date: Wed, 8 Nov 2017 04:02:26 +0100 From: Andrew Lunn To: Brandon Streiff Cc: Richard Cochran , "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: <20171108030226.GH7601@lunn.ch> References: <1506612341-18061-1-git-send-email-brandon.streiff@ni.com> <20170929094323.cwh2ubv4odknlyot@localhost> <20171008153821.w4pm6j43lpdvnpph@localhost> <20171106145546.atfjkqf3xdxu4wyg@localhost> <20171107181344.b4itrmd7atxkwc5x@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 > One thing that we're not doing (and probably should be) is > configuring multicast frames to 01:1B:19:00:00:00 to be destined to > the CPU port. So i did a quick test. If the application joins 224.0.1.129 on the slave interface, the switch will pass the packets to the host and to the application. Andrew