From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 EDA5D3B71B1; Mon, 15 Jun 2026 22:50:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781563844; cv=none; b=pIxxawIFbqJjFZBxDk3VQcgzzZI70kN82pI7P/DzQUED2BTct9ZP+PqhpqjZIq+2dAIF4vUT+Vws7HK4eEzqZ6cARyjHYiiNZHXRZ7486t0tW9ekiMbpKuDps6/DDIDO6X3Amz/LNyqan/st5e4L5YWFi+rKugzoo6seDM+O0dc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781563844; c=relaxed/simple; bh=A7EYiv24USQC9dCPukRbVyPPCsMBPD3qkX/3/joXsJU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=mAhMK8TxHiPXJGIJdmADlFzkIQ+jQaCWk5uz5OiSyE1rA3A4BsCVXuseDSwpLFbW2fFeVF8hBiF4r/20H+YpK+QQoQZjeLDaraboRbM4LcgMQ6T4ZjU2wAcnAsHb8NvRHaWQ8E8GkMU5fVUDFYw2VEdB799uylo31PfzgTT0D4s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XDvcY12H; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XDvcY12H" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D31831F000E9; Mon, 15 Jun 2026 22:50:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781563842; bh=vVxZgAvISGD0GHatJ32TN6QbquC9a0ajOLr3vufkxKU=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=XDvcY12HkYmcESrpR4ncj9qQ6LYKlT0lVdIBUIEaJuo59WXUbFp3C8/qM4GK5I+84 xQkrXFYgsA3t/KfSVi9+zqBWRK95iGdFY10jQ2GPp8qL+w3xY1Cq50KGBGwY3LH84K awt/68CsxkYbtKQ7H38kE3ULmL1mZeQojCbr11Rk4zLHgT+unjSJ+HP9pCEKbEqfLD +xp9TYeupnEiwETuFNAI9qYcjMmKHtMKtefODZexJP9azk/sAXFeIaI7HSEeY3s5Ab uwUXKe4QAuZIQv7xD2rxKZFN1cUaviRC+YGnAe4uD93HjBHTxCAgVMGl7iZd2Ge4q6 RfrVkx6fmeuDA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 198143839A08; Mon, 15 Jun 2026 22:50:39 +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 v5 0/12] net: atlantic: add PTP support for AQC113 (Antigua) From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178156383763.325968.5659023581909704576.git-patchwork-notify@kernel.org> Date: Mon, 15 Jun 2026 22:50:37 +0000 References: <20260610115448.272-1-sukhdeeps@marvell.com> In-Reply-To: <20260610115448.272-1-sukhdeeps@marvell.com> To: Sukhdeep Soni [C] Cc: netdev@vger.kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org, horms@kernel.org, vadim.fedorenko@linux.dev Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 10 Jun 2026 17:24:36 +0530 you wrote: > From: Sukhdeep Singh > > This series adds IEEE 1588 PTP support for the AQC113 (Antigua) network > controller. AQC113 is the successor to the existing AQC107 (Atlantic) > chip already supported by the atlantic driver. > > AQC113 uses a substantially different hardware architecture for PTP > compared to AQC107: > > [...] Here is the summary with links: - [net-next,v5,1/12] net: atlantic: correct L3L4 filter flow_type masking and IPv6 handling https://git.kernel.org/netdev/net-next/c/9ed479cd9fd3 - [net-next,v5,2/12] net: atlantic: move active_ipv4/ipv6 bitmap updates after HW write https://git.kernel.org/netdev/net-next/c/dfb7a7468b94 - [net-next,v5,3/12] net: atlantic: decouple aq_set_data_fl3l4() from driver internals https://git.kernel.org/netdev/net-next/c/7bd18209741f - [net-next,v5,4/12] net: atlantic: add AQC113 hardware register definitions and accessors https://git.kernel.org/netdev/net-next/c/228c40913220 - [net-next,v5,5/12] net: atlantic: add AQC113 filter data structures, firmware query and register dump https://git.kernel.org/netdev/net-next/c/4428d3b99414 - [net-next,v5,6/12] net: atlantic: fix AQC113 HW init: ART, L2 filter slot, MAC address https://git.kernel.org/netdev/net-next/c/6c1ca112a6e4 - [net-next,v5,7/12] net: atlantic: implement AQC113 L2/L3/L4 RX filter ops https://git.kernel.org/netdev/net-next/c/ddce0b1bc002 - [net-next,v5,8/12] net: atlantic: add AQC113 PTP traffic class and TX path setup https://git.kernel.org/netdev/net-next/c/5e7c8f8e96b4 - [net-next,v5,9/12] net: atlantic: extend hw_ops and TX descriptor for AQC113 PTP https://git.kernel.org/netdev/net-next/c/f4f2bfe2b2ea - [net-next,v5,10/12] net: atlantic: add AQC113 PTP hardware ops in hw_atl2 https://git.kernel.org/netdev/net-next/c/f6a7a4bcc5d3 - [net-next,v5,11/12] net: atlantic: add AQC113 TX timestamp polling and PTP TX classification https://git.kernel.org/netdev/net-next/c/da8222888659 - [net-next,v5,12/12] net: atlantic: add AQC113 PTP support in aq_ptp and driver core https://git.kernel.org/netdev/net-next/c/0384ba231868 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html