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.0 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 12997C433E6 for ; Wed, 17 Feb 2021 23:08:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C06CD64E5F for ; Wed, 17 Feb 2021 23:08:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232140AbhBQXIQ (ORCPT ); Wed, 17 Feb 2021 18:08:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:44924 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231234AbhBQXIA (ORCPT ); Wed, 17 Feb 2021 18:08:00 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2104961606; Wed, 17 Feb 2021 23:07:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613603239; bh=ZZc9czH4DE7VQ2o/G/8NddPCzF/64tfAd9rosqGIoXU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=FcehgQNjeyZg1aGc0q4mdJS/QamyJLWGMfVsugPwPZJo04A1ZGVR9ZQNIrugooY0R 3sitFlRY9r6xjCX8twe5+PjRyImStaDRWq0NoLtiWx59cOGfs/jEOfqI6b6pZHTZBK E/EiUi8rwb7X0GBzUHrvyYtvewDr7k0U5mVH5+9i8NWGUKxyxUoVZO6PhL5KYPwLw4 7T/L+2GUJkS2MBPoYEHeHpPR2D9acxtu9ljUyMPJMs9Mu2BEBQutw03OZRKXlj8JIT FqdIrEjzRYvnOeNf6YGw8300x2NGUlw1naTLzcMahJzn4LsYV78G+tSvLWSU/SP0pZ Iz/49uH5VpEBA== Date: Wed, 17 Feb 2021 15:07:18 -0800 From: Jakub Kicinski To: Arnd Bergmann Cc: Min Li , Derek Kiernan , Dragan Cvetic , Arnd Bergmann , gregkh , "linux-kernel@vger.kernel.org" , Networking , Richard Cochran Subject: Re: [PATCH net-next] misc: Add Renesas Synchronization Management Unit (SMU) support Message-ID: <20210217150718.1c691cd1@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <1613012611-8489-1-git-send-email-min.li.xe@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 17 Feb 2021 22:30:14 +0100 Arnd Bergmann wrote: > On Wed, Feb 17, 2021 at 9:20 PM Min Li wrote: > > I attached the G.8273.2 document, where chapter 6 is about supporting physical layer > > frequency. And combo mode is Renesas way to support this requirement. Other companies > > may come up with different ways to support it. > > > > When EEC quality is below certain level, we would wanna turn off combo mode. > > Maybe this is something that could be handled inside of the device driver then? > > If the driver can use the same algorithm that is in your user space software > today, that would seem to be a nicer way to handle it than requiring a separate > application. Other points sound more time than networking, so no suggestions from me, but on using PHC for L1 freq - that seems like a good fit for ethtool?