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 9D899C433F5 for ; Mon, 7 Mar 2022 11:40:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242047AbiCGLlT (ORCPT ); Mon, 7 Mar 2022 06:41:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236490AbiCGLlH (ORCPT ); Mon, 7 Mar 2022 06:41:07 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA8C84E39E for ; Mon, 7 Mar 2022 03:40:13 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 4FDF7B8111D for ; Mon, 7 Mar 2022 11:40:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id EE9CBC340F9; Mon, 7 Mar 2022 11:40:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646653211; bh=ku8RDwF77gQUhLUvhnUHufc0Pey/mXUMQOx/OaEfA84=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=KJPkLiN3q6/t5Z/DfdMdITRZjjRZAIeejXUpCtHn1U/Wn86Nctx9e7/u9kemp4mAA pg4wZxEZP2W4EF2QyLB2C9iVchHPdkTTr4oHarB1Vr/Thkn4FpvfROvnmKlLM3OJzV NuHK4DY9JraRiBP8mFYy8n9sFZSM3HfsPE7V3atw8zfizRPFz6MKg8NGE3BIYB5snT 4m3KFafoW6yCCYpmNlqtMZ8Rh8TVKCHfbNHLarvPzuUm5CzxuqF4biBkXY+vqKzA/2 uu1zIBr3jt11EHyYZsm6iwvRYL1k2Ti2/89MYPPTwTyyCUtjgn+FaWv7xq9GolhZrY x5FljSSjwJUtQ== 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 D87F1EAC081; Mon, 7 Mar 2022 11:40:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/3] ptp: Add generic is_sync() function From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164665321088.12267.5514068782206775189.git-patchwork-notify@kernel.org> Date: Mon, 07 Mar 2022 11:40:10 +0000 References: <20220305112127.68529-1-kurt@linutronix.de> In-Reply-To: <20220305112127.68529-1-kurt@linutronix.de> To: Kurt Kanzenbach Cc: richardcochran@gmail.com, davem@davemloft.net, kuba@kernel.org, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, yhs@fb.com, daniel@iogearbox.net, andrii@kernel.org, Divya.Koppera@microchip.com, horatiu.vultur@microchip.com, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Sat, 5 Mar 2022 12:21:24 +0100 you wrote: > Hi, > > as multiple PHY drivers such as micrel or TI dp83640 need to inspect whether a > given skb represents a PTP Sync message, provide a generic function for it. This > avoids code duplication and can be reused by future PHY IEEE 1588 implementations. > > Thanks, > Kurt > > [...] Here is the summary with links: - [net-next,1/3] ptp: Add generic PTP is_sync() function https://git.kernel.org/netdev/net-next/c/f72de02ebece - [net-next,2/3] dp83640: Use generic ptp_msg_is_sync() function https://git.kernel.org/netdev/net-next/c/1246b229c6e8 - [net-next,3/3] micrel: Use generic ptp_msg_is_sync() function https://git.kernel.org/netdev/net-next/c/3914a9c07e8c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html