Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52B5CC76196 for ; Fri, 17 Mar 2023 19:07:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230063AbjCQTHv (ORCPT ); Fri, 17 Mar 2023 15:07:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229517AbjCQTHs (ORCPT ); Fri, 17 Mar 2023 15:07:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DC4698870; Fri, 17 Mar 2023 12:07:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 04570612D1; Fri, 17 Mar 2023 19:07:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 202BBC433D2; Fri, 17 Mar 2023 19:07:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679080066; bh=Gsdncf/qiu/s2AG5ocFRXuKmxU5etz+BAA6JXthNkTk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MFBsmnKzMjA/SiIMAP6+w1lyl6U6PLUM+Tr45QLlarriW2iEsiPeBWtnWCDPxwCqi +h30c+vJ2b7w0fpMncEnnIENUBn/KCLqnGAHgRx6xPpGmiiqqFIVoDsdZ03QJCYtDj sbSuS9yp7fq8/vB8XjdqbN6qKMBg4uPlH330Qe1EuRQ7+/N22c13fU5fc3YNgqwW0d 43MR3D4QsaM3t61vXj/+RFNvdmcmch4QtWbjw9pzyK9XcxrrY7rT1yxgHzz+DO21Qe HKoFfpDR4jy3tCbm5MjXlkrIecOugh8XT1WPe+V7oNcfoSvBxgI2Kf4Om6z0gzJuIF 3kGO5nU55WPqQ== Date: Fri, 17 Mar 2023 12:07:44 -0700 From: Jakub Kicinski To: Vladimir Oltean Cc: =?UTF-8?B?S8O2cnk=?= Maincent , Oleksij Rempel , Horatiu Vultur , Michael Walle , Andrew Lunn , Florian Fainelli , Heiner Kallweit , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-omap@vger.kernel.org, Maxime Chevallier , Richard Cochran , thomas.petazzoni@bootlin.com, Russell King , "David S. Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Jonathan Corbet , Jay Vosburgh , Veaceslav Falico , Andy Gospodarek , Claudiu Manoil , Alexandre Belloni , UNGLinuxDriver@microchip.com, Minghao Chi , Jie Wang , Oleksij Rempel , Sean Anderson , "Gustavo A. R. Silva" , Wolfram Sang , Alexander Lobakin , Marco Bonelli , Max Georgiev Subject: Re: [PATCH v3 3/5] net: Let the active time stamping layer be selectable. Message-ID: <20230317120744.5b7f1666@kernel.org> In-Reply-To: <20230317152150.qahrr6w5x4o3eysz@skbuf> References: <20230308135936.761794-4-kory.maincent@bootlin.com> <20230308135936.761794-4-kory.maincent@bootlin.com> <20230308230321.liw3v255okrhxg6s@skbuf> <20230310114852.3cef643d@kmaincent-XPS-13-7390> <20230310113533.l7flaoli7y3bmlnr@skbuf> <20230310131529.6bahmi4obryy5dsx@soft-dev3-1> <20230310164451.ls7bbs6pdzs4m6pw@skbuf> <20230313084059.GA11063@pengutronix.de> <20230316160920.53737d1c@kmaincent-XPS-13-7390> <20230317152150.qahrr6w5x4o3eysz@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 17 Mar 2023 17:21:50 +0200 Vladimir Oltean wrote: > On Thu, Mar 16, 2023 at 04:09:20PM +0100, K=C3=B6ry Maincent wrote: > > Was there any useful work that could be continued on managing timestamp= through > > NDOs. As it seem we will made some change to the timestamp API, maybe i= t is a > > good time to also take care of this. =20 >=20 > Not to my knowledge. Yes, I agree that it would be a good time to add an > NDO for hwtimestamping (while keeping the ioctl fallback), then > transitioning as many devices as we can, and removing the fallback when > the transition is complete. I believe Max was looking into it - hi Max! Did you make much progress? Any code you could share to build on?