From: Randy Dunlap <rdunlap@infradead.org>
To: Luo Jie <quic_luoj@quicinc.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Lei Wei <quic_leiwei@quicinc.com>,
Suruchi Agarwal <quic_suruchia@quicinc.com>,
Pavithra R <quic_pavir@quicinc.com>,
Simon Horman <horms@kernel.org>, Jonathan Corbet <corbet@lwn.net>,
Kees Cook <kees@kernel.org>,
"Gustavo A. R. Silva" <gustavoars@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>
Cc: 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 v7 03/14] net: ethernet: qualcomm: Add PPE driver for IPQ9574 SoC
Date: Tue, 12 Aug 2025 09:54:16 -0700 [thread overview]
Message-ID: <5ee33ac3-c23e-4da7-87bc-2a5ea6e93afe@infradead.org> (raw)
In-Reply-To: <20250812-qcom_ipq_ppe-v7-3-789404bdbc9a@quicinc.com>
On 8/12/25 7:10 AM, Luo Jie wrote:
> diff --git a/drivers/net/ethernet/qualcomm/Kconfig b/drivers/net/ethernet/qualcomm/Kconfig
> index a4434eb38950..6e56b022fc2d 100644
> --- a/drivers/net/ethernet/qualcomm/Kconfig
> +++ b/drivers/net/ethernet/qualcomm/Kconfig
> @@ -60,6 +60,21 @@ config QCOM_EMAC
> low power, Receive-Side Scaling (RSS), and IEEE 1588-2008
> Precision Clock Synchronization Protocol.
>
> +config QCOM_PPE
> + tristate "Qualcomm Technologies, Inc. PPE Ethernet support"
> + depends on HAS_IOMEM && OF
> + depends on COMMON_CLK
> + select REGMAP_MMIO
> + help
> + This driver supports the Qualcomm Technologies, Inc. packet
> + process engine (PPE) available with IPQ SoC. The PPE includes
> + the ethernet MACs, Ethernet DMA (EDMA) and switch core that
Please use ethernet or Ethernet consistently.
> + supports L3 flow offload, L2 switch function, RSS and tunnel
> + offload.
> +
> + To compile this driver as a module, choose M here. The module
> + will be called qcom-ppe.
> +
--
~Randy
next prev parent reply other threads:[~2025-08-12 16:54 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-12 14:10 [PATCH net-next v7 00/14] Add PPE driver for Qualcomm IPQ9574 SoC Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 01/14] dt-bindings: net: Add PPE " Luo Jie
2025-08-14 22:40 ` Rob Herring (Arm)
2025-08-12 14:10 ` [PATCH net-next v7 02/14] docs: networking: Add PPE driver documentation " Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 03/14] net: ethernet: qualcomm: Add PPE driver for " Luo Jie
2025-08-12 16:54 ` Randy Dunlap [this message]
2025-08-13 11:39 ` Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574 Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 05/14] net: ethernet: qualcomm: Initialize PPE queue " Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 07/14] net: ethernet: qualcomm: Initialize PPE queue settings Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 08/14] net: ethernet: qualcomm: Initialize PPE service code settings Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 09/14] net: ethernet: qualcomm: Initialize PPE port control settings Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters Luo Jie
2025-08-12 14:10 ` [PATCH net-next v7 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver Luo Jie
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=5ee33ac3-c23e-4da7-87bc-2a5ea6e93afe@infradead.org \
--to=rdunlap@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).