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 4BB673876C5; Sat, 2 May 2026 18:21:17 +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=1777746077; cv=none; b=rXcS9PSOwgM7KBAe7NiOmjiz9NFgI9ouNUJVn/BG6aTy1Tp4Hg/OFN4anAPv2W2IOIV139PruXaohLACEnyYz+vGfsUM/NC3NWpS0ecotK+YnTFuvjGHAdHfJ/6OoqClEpAS+Ku6VQeonCSKDywqvLsHwC3Pdr6SImA1sXzbShg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777746077; c=relaxed/simple; bh=dcZwfWrlZbE1CFXk+IjsuDnfdbcriifj3/dxazuOL0k=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=GtXRPhkvmlBe3+LsQdvmnZtr+rgRuTXn/mkiZvCqKDGUiWucBNhDJlv0IuHVxJYmMmLt6bY3townKU3R1mGm1jFdniF9gHPUxz6xg6ZhvU3zggLwSNxw1Lqxh+aXnlTntvJ1mWLT3m2E2I3eo8WVAM255VmfvC9Zdsoa16jzgdI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CjXXggLL; 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="CjXXggLL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7061C2BCC6; Sat, 2 May 2026 18:21:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777746076; bh=dcZwfWrlZbE1CFXk+IjsuDnfdbcriifj3/dxazuOL0k=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=CjXXggLL0EvKijBE2HL1ph3CI+893Ko5HMi3EmOCrgjDa+Gqx3MMp0BeT/3We9DKe gZIDhZbIu4Tn29JgtnnW+AniJ2dU06eorXFKuo9b1tqckBfOsMxU6kmBljfMYqWIjF UhEpI8CWEmEdP5IhfjhYTa9Brh/aMYHAZ2fNOY56d3BI+TYRMAqCcStJAOuh9eGb3S P1qm6oy/qiKbAwwig9cDz2X/zVXRu3M4eQdlcAfl7WZVAzfG/u/Hn3Yxgs9TQsAWj4 mmLPU5kHW+WskGXIu+j6/fLw9cZp3odzLuMprppjrslEZal4lY+bDEXjtiR6yIUsMd 4GrisOeIDvZhw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CDD7380CEFF; Sat, 2 May 2026 18:20:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v6 0/3] net: dsa: yt921x: Add port police support From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177774602904.3903048.17546666423358548634.git-patchwork-notify@kernel.org> Date: Sat, 02 May 2026 18:20:29 +0000 References: <20260430114529.3536911-1-mmyangfl@gmail.com> In-Reply-To: <20260430114529.3536911-1-mmyangfl@gmail.com> To: David Yang Cc: netdev@vger.kernel.org, vladimir.oltean@nxp.com, UNGLinuxDriver@microchip.com, andrew@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, linux-kernel@vger.kernel.org, olteanv@gmail.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 30 Apr 2026 19:45:23 +0800 you wrote: > v5: https://lore.kernel.org/r/20260428112606.1917230-1-mmyangfl@gmail.com > - remove new line chars in extact messages > v4: https://lore.kernel.org/r/20260409171209.2575583-1-mmyangfl@gmail.com > - split series and drop patch for qdisc tbf > v3: https://lore.kernel.org/r/20260407160559.1747616-1-mmyangfl@gmail.com > - explain long registers more accurately > - fix missing packet mode flag > - rearrange function layout, in preparation for further patches > v2: https://lore.kernel.org/r/20260402223437.109097-1-mmyangfl@gmail.com > - refine commit messages and code styles, no functional changes > v1: https://lore.kernel.org/r/20260225090853.2021140-1-mmyangfl@gmail.com > - pass extack to user tc policers > - keep reg64 helpers along with reg96 > - avoid macros in favor of functions > - adjust log messages > > [...] Here is the summary with links: - [net-next,v6,1/3] net: dsa: pass extack to dsa_switch_ops :: port_policer_add() https://git.kernel.org/netdev/net-next/c/09e4d1298b36 - [net-next,v6,2/3] net: dsa: yt921x: Refactor long register helpers https://git.kernel.org/netdev/net-next/c/9f8888984eb0 - [net-next,v6,3/3] net: dsa: yt921x: Add port police support https://git.kernel.org/netdev/net-next/c/39716c00ed0a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html