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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3AC7EE49AF for ; Wed, 23 Aug 2023 07:30:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233330AbjHWHak (ORCPT ); Wed, 23 Aug 2023 03:30:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233321AbjHWHaj (ORCPT ); Wed, 23 Aug 2023 03:30:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 784B7185 for ; Wed, 23 Aug 2023 00:30:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EAC06616A9 for ; Wed, 23 Aug 2023 07:30:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 316CDC433CA; Wed, 23 Aug 2023 07:30:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692775827; bh=6v+GhMntJt0mrJ9Br1H8PrmidQgfEol82yJCdilc6zM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=EnzCS6nrad5C36YPc+6bHqMHiPBAC3x7T56RhUv2WNjHMM3ABYfN/5PqUxbczoVkm x5e2SErYGsDcb3h6Ft5jroXg1X1LfwygxMOug/arEDjBXj4R4SQsKkOc2zKyIe+sBu VHOHFAlmmtfqZockQfKAhWDdM/+9DDsMGGtZtDdMs1xnNOdIDeXOI69FVsWoCUj+7x g5MaxvtoqoOV5+dBBd19wp/e9WgWMCDE5WQHmmV4YVKnOebBBWe5zNuc6eHI9XQbXY v8y6S2gy118rFCj2WeM4UCSwqzyxzsBbrIB69Pb9oz0bH7Y5ih/0eQkjni1duNB3mC lEOHIAfIqS7ZQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 16018E21EDF; Wed, 23 Aug 2023 07:30:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [net-next PATCH v4] octeontx2-pf: Use PTP HW timestamp counter atomic update feature From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169277582708.32405.1334423903641395753.git-patchwork-notify@kernel.org> Date: Wed, 23 Aug 2023 07:30:27 +0000 References: <20230821103629.3799884-1-saikrishnag@marvell.com> In-Reply-To: <20230821103629.3799884-1-saikrishnag@marvell.com> To: Sai Krishna Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, sgoutham@marvell.com, gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com, richardcochran@gmail.com, kalesh-anakkur.purayil@broadcom.com, leon@kernel.org, naveenm@marvell.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Mon, 21 Aug 2023 16:06:29 +0530 you wrote: > Some of the newer silicon versions in CN10K series supports a feature > where in the current PTP timestamp in HW can be updated atomically > without losing any cpu cycles unlike read/modify/write register. > This patch uses this feature so that PTP accuracy can be improved > while adjusting the master offset in HW. There is no need for SW > timecounter when using this feature. So removed references to SW > timecounter wherever appropriate. > > [...] Here is the summary with links: - [net-next,v4] octeontx2-pf: Use PTP HW timestamp counter atomic update feature https://git.kernel.org/netdev/net-next/c/bdf79b128685 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html