From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0B5DA34C128; Fri, 30 Jan 2026 02:50:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769741448; cv=none; b=Ld1DHDVzTMM2sgyTaF3xjm+M1hTffN9u6YaTmgywQAxGTMjurXUMEaC8Urw1+alEdUV56dm7hWnHdz/11Wisu5TMbLDWzuhHjNsFHPFRYDjWEJn9TSSFMSF6tBx33X+tyGv7BJFPUXQPRJq/FHAi0KRd5rsJDfHRmGVidzaTkA0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769741448; c=relaxed/simple; bh=kbDgp/9oUx3zNEWhZFBn0BY0X6oyRhQRKHlObRZxJJo=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=S9Mmq7nOJdg9lK83surQUAcCM7INWStOB9BVGule4h4ztncFaX3DwLLqlGRKP37fFRZDT49wsRw8JN70a1YR2GFiPF/a7FxPWkeIKfQIPTmJkIZ6vsseVhS0/YwTz6tlpR658mCFzFcC+306h9OadSIEC5Df+JfRV+tRdnbFHE0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Fko9zgbI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Fko9zgbI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 783C0C4AF0F; Fri, 30 Jan 2026 02:50:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769741447; bh=kbDgp/9oUx3zNEWhZFBn0BY0X6oyRhQRKHlObRZxJJo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Fko9zgbIwk0+l3QMKDXyvaKZ9xQn8qT///vO1Og+sZn4RYb5+qPEM1WXpWvAhnUgs KdNLce/Yw6sAf1vFeCqFr4pGOlYJCFmK3Oyx8y8cHXVDmE9x3a1Ghbfbfru3ViRsJH 8fUWm9n6D6M1vO/j4pMjiOptIu7TTsyC/r/QdB9AcbzU+Uz4Vd49ps06GMtiFPDXMX 5va7zehHlNVWKRd5z9Q93JrzW7zI+7Sl/OVaAJWEuuxhHo/z/aQrOouQecmEc0l6SB UGO7k6RucDbtsvnruf5UcnFP1sAAjN8NbhU/r+U9dg94KPQvGK8aPVM6wLB8doNssF 4+uxP+2i4o3YQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 4EB1C380CEE0; Fri, 30 Jan 2026 02:50:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] dpll: expose fractional frequency offset in ppt From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176974143985.3149010.12354728128408469050.git-patchwork-notify@kernel.org> Date: Fri, 30 Jan 2026 02:50:39 +0000 References: <20260126162253.27890-1-ivecera@redhat.com> In-Reply-To: <20260126162253.27890-1-ivecera@redhat.com> To: Ivan Vecera Cc: netdev@vger.kernel.org, donald.hunter@gmail.com, kuba@kernel.org, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, horms@kernel.org, vadim.fedorenko@linux.dev, arkadiusz.kubalewski@intel.com, jiri@resnulli.us, Prathosh.Satish@microchip.com, saeedm@nvidia.com, leon@kernel.org, tariqt@nvidia.com, mbloch@nvidia.com, andrew+netdev@lunn.ch, poros@redhat.com, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 26 Jan 2026 17:22:51 +0100 you wrote: > Currently, the dpll subsystem exports the fractional frequency offset > (FFO) in parts per million (ppm). This granularity is insufficient for > high-precision synchronization scenarios which often require parts per > trillion (ppt) resolution. > > Add a new netlink attribute DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET_PPT > to expose the FFO in ppt. > > [...] Here is the summary with links: - [net-next] dpll: expose fractional frequency offset in ppt https://git.kernel.org/netdev/net-next/c/bc443c253fcd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html