From: patchwork-bot+netdevbpf@kernel.org
To: Luo Jie <quic_luoj@quicinc.com>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org, quic_leiwei@quicinc.com,
quic_suruchia@quicinc.com, quic_pavir@quicinc.com,
horms@kernel.org, corbet@lwn.net, kees@kernel.org,
gustavoars@kernel.org, p.zabel@pengutronix.de,
linux-arm-msm@vger.kernel.org, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-doc@vger.kernel.org, linux-hardening@vger.kernel.org,
quic_kkumarcs@quicinc.com, quic_linchen@quicinc.com
Subject: Re: [PATCH net-next v8 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
Date: Thu, 21 Aug 2025 10:50:23 +0000 [thread overview]
Message-ID: <175577342325.986145.13841394351982921726.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250818-qcom_ipq_ppe-v8-0-1d4ff641fce9@quicinc.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Mon, 18 Aug 2025 21:14:24 +0800 you wrote:
> The PPE (packet process engine) hardware block is available in Qualcomm
> IPQ chipsets that support PPE architecture, such as IPQ9574 and IPQ5332.
> The PPE in the IPQ9574 SoC includes six Ethernet ports (6 GMAC and 6
> XGMAC), which are used to connect with external PHY devices by PCS. The
> PPE also includes packet processing offload capabilities for various
> networking functions such as route and bridge flows, VLANs, different
> tunnel protocols and VPN. It also includes an L2 switch function for
> bridging packets among the 6 Ethernet ports and the CPU port. The CPU
> port enables packet transfer between the Ethernet ports and the ARM
> cores in the SoC, using the Ethernet DMA.
>
> [...]
Here is the summary with links:
- [net-next,v8,01/14] dt-bindings: net: Add PPE for Qualcomm IPQ9574 SoC
https://git.kernel.org/netdev/net-next/c/1898fc572118
- [net-next,v8,02/14] docs: networking: Add PPE driver documentation for Qualcomm IPQ9574 SoC
https://git.kernel.org/netdev/net-next/c/6b9f301985a3
- [net-next,v8,03/14] net: ethernet: qualcomm: Add PPE driver for IPQ9574 SoC
https://git.kernel.org/netdev/net-next/c/353a0f1d5b27
- [net-next,v8,04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574
https://git.kernel.org/netdev/net-next/c/8a971df98c4e
- [net-next,v8,05/14] net: ethernet: qualcomm: Initialize PPE queue management for IPQ9574
https://git.kernel.org/netdev/net-next/c/806268dc7efd
- [net-next,v8,06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings
https://git.kernel.org/netdev/net-next/c/331227983814
- [net-next,v8,07/14] net: ethernet: qualcomm: Initialize PPE queue settings
https://git.kernel.org/netdev/net-next/c/7a23a8af179d
- [net-next,v8,08/14] net: ethernet: qualcomm: Initialize PPE service code settings
https://git.kernel.org/netdev/net-next/c/73d05bdaf01e
- [net-next,v8,09/14] net: ethernet: qualcomm: Initialize PPE port control settings
https://git.kernel.org/netdev/net-next/c/8821bb0f6262
- [net-next,v8,10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
https://git.kernel.org/netdev/net-next/c/1c46c3c0075c
- [net-next,v8,11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping
https://git.kernel.org/netdev/net-next/c/fa99608a9a9e
- [net-next,v8,12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
https://git.kernel.org/netdev/net-next/c/8cc72c6c9236
- [net-next,v8,13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters
https://git.kernel.org/netdev/net-next/c/a2a7221dbd2b
- [net-next,v8,14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver
https://git.kernel.org/netdev/net-next/c/ad5cef7ef01c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-08-21 10:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-18 13:14 [PATCH net-next v8 00/14] Add PPE driver for Qualcomm IPQ9574 SoC Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 01/14] dt-bindings: net: Add PPE " Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 02/14] docs: networking: Add PPE driver documentation " Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 03/14] net: ethernet: qualcomm: Add PPE driver for " Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574 Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 05/14] net: ethernet: qualcomm: Initialize PPE queue " Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 07/14] net: ethernet: qualcomm: Initialize PPE queue settings Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 08/14] net: ethernet: qualcomm: Initialize PPE service code settings Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 09/14] net: ethernet: qualcomm: Initialize PPE port control settings Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters Luo Jie
2025-08-18 13:14 ` [PATCH net-next v8 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver Luo Jie
2025-08-21 10:50 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=175577342325.986145.13841394351982921726.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=gustavoars@kernel.org \
--cc=horms@kernel.org \
--cc=kees@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=pabeni@redhat.com \
--cc=quic_kkumarcs@quicinc.com \
--cc=quic_leiwei@quicinc.com \
--cc=quic_linchen@quicinc.com \
--cc=quic_luoj@quicinc.com \
--cc=quic_pavir@quicinc.com \
--cc=quic_suruchia@quicinc.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.