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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 0402CC433EF for ; Wed, 8 Sep 2021 22:20:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC0F46117A for ; Wed, 8 Sep 2021 22:20:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239190AbhIHWVl (ORCPT ); Wed, 8 Sep 2021 18:21:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:42458 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235899AbhIHWVh (ORCPT ); Wed, 8 Sep 2021 18:21:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B30EA6117A; Wed, 8 Sep 2021 22:20:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631139629; bh=xlsGXGQEF0pJo6kgaRKxO6ptUCqz4jjwkMLI2N2IUYE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=LjM14XNg9tGYSxvEMB3PXcULsmTXKhx3G/bcviG6FMjV+KxsEnisIWki5BZTW2VTH QuD1FivkttkbL5BLrFm8iGv9K4HK4kKMhcEvP5vTC2DZE+yqckjbaMtWOGVmbt7L3Y LJqUV4OAkDY2ujf7pCRzsMXqBlqFQVSUYdozi2Z32vTtSYyZkQkiE+zKARjR9I0mj9 qamr3tU6BPku5RTW/Lm+mlLOQLKZg2JKd4ON6nW6fpF+yhRVxElR6s1uvX4WbURtYo GzHeZT0l7hRXP10VKH2XmAZXDKOtGopbdniqnDF2H49SCTb8zV+iJ3sXxz7nOOUQB+ bygqFB1LrGkXA== Date: Wed, 8 Sep 2021 15:20:27 -0700 From: Jakub Kicinski To: Andrew Lunn Cc: "Machnikowski, Maciej" , Florian Fainelli , Ido Schimmel , "netdev@vger.kernel.org" , "intel-wired-lan@lists.osuosl.org" , "richardcochran@gmail.com" , "abyagowi@fb.com" , "Nguyen, Anthony L" , "davem@davemloft.net" , "linux-kselftest@vger.kernel.org" , Michal Kubecek , Saeed Mahameed , Michael Chan Subject: Re: [PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status Message-ID: <20210908152027.313d7168@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20210906113925.1ce63ac7@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210906180124.33ff49ef@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210907075509.0b3cb353@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210907124730.33852895@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210908092115.191fdc28@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 8 Sep 2021 21:34:37 +0200 Andrew Lunn wrote: > Since we are talking about clocks and dividers, and multiplexors, > should all this be using the common clock framework, which already > supports most of this? Do we actually need something new? Does the common clock framework expose any user space API? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Date: Wed, 8 Sep 2021 15:20:27 -0700 Subject: [Intel-wired-lan] [PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status In-Reply-To: References: <20210906113925.1ce63ac7@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210906180124.33ff49ef@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210907075509.0b3cb353@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210907124730.33852895@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210908092115.191fdc28@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Message-ID: <20210908152027.313d7168@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Wed, 8 Sep 2021 21:34:37 +0200 Andrew Lunn wrote: > Since we are talking about clocks and dividers, and multiplexors, > should all this be using the common clock framework, which already > supports most of this? Do we actually need something new? Does the common clock framework expose any user space API?