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 97F36C0015E for ; Wed, 26 Jul 2023 03:50:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231294AbjGZDu0 (ORCPT ); Tue, 25 Jul 2023 23:50:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231235AbjGZDuV (ORCPT ); Tue, 25 Jul 2023 23:50:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE55D2695 for ; Tue, 25 Jul 2023 20:50:20 -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 373F8611C2 for ; Wed, 26 Jul 2023 03:50:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 99B32C43391; Wed, 26 Jul 2023 03:50:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690343419; bh=LlxH6m3gJxKW+Jx8L4JTmLBmIoATMBBpcofInJbVcIc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=l0Qv2afVZjK/quzpQaLNYWcbn60W+6jf9HhnGrtfPlGcRe2x1WF4CooGoHsI+UeR7 i/9FKj5JuFz/6zVcLSz60v49AkPwFA686+hmi4DHcsx9Nq/gW/m/7qBv+kOIEL2mLZ AqhQEpxX3lc67FzXl8ETNoSSdWVNxMwum216BASWD1yFh48TRwudmCiQ3XyThr9WFF h89XcDjrRaS4WjhxEJ9fdtVeG+XwlsnJiJWELqtHpHjq7TtbNBhmyBRDvfZgKSm7XZ 0te1FwoMkGAErHd4C/aBQ7QbfU6ubq1fYw9mOzFELzJ+8GOGzUEdCY2KUmV9neKz7m Yg9miv+KGTnXA== 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 68CDBE1F65A; Wed, 26 Jul 2023 03:50:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] net: stmmac: correct MAC propagation delay From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169034341942.4604.1855470719545245647.git-patchwork-notify@kernel.org> Date: Wed, 26 Jul 2023 03:50:19 +0000 References: <20230719-stmmac_correct_mac_delay-v2-1-3366f38ee9a6@pengutronix.de> In-Reply-To: <20230719-stmmac_correct_mac_delay-v2-1-3366f38ee9a6@pengutronix.de> To: Johannes Zink Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com, richardcochran@gmail.com, linux@armlinux.org.uk, patchwork-jzi@pengutronix.de, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, lkp@intel.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 Jakub Kicinski : On Mon, 24 Jul 2023 12:01:31 +0200 you wrote: > The IEEE1588 Standard specifies that the timestamps of Packets must be > captured when the PTP message timestamp point (leading edge of first > octet after the start of frame delimiter) crosses the boundary between > the node and the network. As the MAC latches the timestamp at an > internal point, the captured timestamp must be corrected for the > additional path latency, as described in the publicly available > datasheet [1]. > > [...] Here is the summary with links: - [v2] net: stmmac: correct MAC propagation delay https://git.kernel.org/netdev/net-next/c/20bf98c94146 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html