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=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 937B2C3A589 for ; Thu, 15 Aug 2019 12:45:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5CC212084D for ; Thu, 15 Aug 2019 12:45:26 +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="eTmBLlxH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730304AbfHOMpZ (ORCPT ); Thu, 15 Aug 2019 08:45:25 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:34662 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725977AbfHOMpZ (ORCPT ); Thu, 15 Aug 2019 08:45:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: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=YYoqAA0uIaNmoYfsiwLP7TTtO68hYhG/0e1ZHTk7VVA=; b=eTmBLlxHB5ZP18pluk44nS+dTo 3YG9kRLC3/k0lxCDEFGkmqfREwINBvmV6BK7gnJCM7Lc6Dc6YQyaLINzMqrYMic5GH07SwteOQnuM elqNhV0KZHdoJnBLFZWCSZScHgy9Wpwq2TRK17BpxQYPG2M5uwq0CkvQidYMN+p3JoG4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.89) (envelope-from ) id 1hyF86-0008Lz-1c; Thu, 15 Aug 2019 14:45:22 +0200 Date: Thu, 15 Aug 2019 14:45:22 +0200 From: Andrew Lunn To: "Y.b. Lu" Cc: "Allan W . Nielsen" , "netdev@vger.kernel.org" , "David S . Miller" , Alexandre Belloni , Microchip Linux Driver Support Subject: Re: [v2, 4/4] ocelot: add VCAP IS2 rule to trap PTP Ethernet frames Message-ID: <20190815124522.GC31172@lunn.ch> References: <20190813025214.18601-1-yangbo.lu@nxp.com> <20190813025214.18601-5-yangbo.lu@nxp.com> <20190813062525.5bgdzjc6kw5hqdxk@lx-anielsen.microsemi.net> <20190814091645.dwo7c36xan2ttln2@lx-anielsen.microsemi.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > [Y.b. Lu] Actually I couldn’t find reasons why make some ports PTP > unaware, if there is software stack for PTP aware... Maybe because i have not yet done apt-get install linuxptp $EDITOR /etc/defaults/ptp4l systemctl restart ptp4l Just because it exists does not mean it is installed. Andrew