From: Simon Horman <horms@kernel•org>
To: Jitendra Vegiraju <jitendra.vegiraju@broadcom•com>
Cc: netdev@vger•kernel.org, alexandre.torgue@foss•st.com,
davem@davemloft•net, edumazet@google•com, kuba@kernel•org,
pabeni@redhat•com, mcoquelin.stm32@gmail•com,
bcm-kernel-feedback-list@broadcom•com, richardcochran@gmail•com,
ast@kernel•org, daniel@iogearbox•net, hawk@kernel•org,
john.fastabend@gmail•com, rmk+kernel@armlinux•org.uk,
rohan.g.thomas@altera•com, linux-kernel@vger•kernel.org,
linux-stm32@st-md-mailman•stormreply.com,
linux-arm-kernel@lists•infradead.org, bpf@vger•kernel.org,
andrew+netdev@lunn•ch, sdf@fomichev•me, me@ziyao•cc,
siyanteng@cqsoftware•com.cn,
prabhakar.mahadev-lad.rj@bp•renesas.com,
weishangjuan@eswincomputing•com, wens@kernel•org,
vladimir.oltean@nxp•com, lizhi2@eswincomputing•com,
boon.khai.ng@altera•com, maxime.chevallier@bootlin•com,
chenchuangyu@xiaomi•com, yangtiezhu@loongson•cn,
ovidiu.panait.rb@renesas•com, chenhuacai@kernel•org,
florian.fainelli@broadcom•com, quic_abchauha@quicinc•com
Subject: Re: [PATCH net-next v8 1/6] Add 25GMAC core type to dwmac_core_type enum
Date: Mon, 23 Mar 2026 14:55:26 +0000 [thread overview]
Message-ID: <20260323145526.GA94382@horms.kernel.org> (raw)
In-Reply-To: <20260320211921.1202058-2-jitendra.vegiraju@broadcom.com>
On Fri, Mar 20, 2026 at 02:19:16PM -0700, Jitendra Vegiraju wrote:
> From: Jitendra Vegiraju <jitendra.vegiraju@broadcom•com>
>
> The DW25GMAC is a newer ethernet MAC IP block from Synopsys that introduced
> new DMA architecure called Hyper-DMA. Define a new dwmac_core_type
> enum in include/linux/stmmac.h file.
>
> Signed-off-by: Jitendra Vegiraju <jitendra.vegiraju@broadcom•com>
> ---
> include/linux/stmmac.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
> index 72febd246bdb..464f4f2e366a 100644
> --- a/include/linux/stmmac.h
> +++ b/include/linux/stmmac.h
> @@ -197,6 +197,7 @@ enum dwmac_core_type {
> DWMAC_CORE_GMAC,
> DWMAC_CORE_GMAC4,
> DWMAC_CORE_XGMAC,
> + DWMAC_CORE_25GMAC,
> };
Hi Jitendra,
W=1 builds warn that this new enum value is not handled in
the switch statement in stmmac_print_actphyif()
This seems to be addressed in patch 2/6.
And I would suggest squashing this patch into that one.
--
pw-bot: changes-requested
next prev parent reply other threads:[~2026-03-23 14:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-20 21:19 [PATCH net-next v8 0/5] net: stmmac: Add PCI driver support for BCM8958x Jitendra Vegiraju
2026-03-20 21:19 ` [PATCH net-next v8 1/6] Add 25GMAC core type to dwmac_core_type enum Jitendra Vegiraju
2026-03-23 14:55 ` Simon Horman [this message]
2026-03-25 20:25 ` Jitendra Vegiraju
2026-03-20 21:19 ` [PATCH net-next v8 2/6] Add DW25GMAC support in stmmac core driver Jitendra Vegiraju
2026-03-20 21:19 ` [PATCH net-next v8 3/6] Integrate dw25gmac into hwif handling Jitendra Vegiraju
2026-03-20 21:19 ` [PATCH net-next v8 4/6] Add PCI driver support for BCM8958x Jitendra Vegiraju
2026-03-26 16:55 ` Russell King (Oracle)
2026-03-27 18:14 ` Jitendra Vegiraju
2026-03-20 21:19 ` [PATCH net-next v8 5/6] Fix error handling in probe function Jitendra Vegiraju
2026-03-26 16:57 ` Russell King (Oracle)
2026-03-27 18:17 ` Jitendra Vegiraju
2026-03-20 21:19 ` [PATCH net-next v8 6/6] Add BCM8958x driver to build system Jitendra Vegiraju
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=20260323145526.GA94382@horms.kernel.org \
--to=horms@kernel$(echo .)org \
--cc=alexandre.torgue@foss$(echo .)st.com \
--cc=andrew+netdev@lunn$(echo .)ch \
--cc=ast@kernel$(echo .)org \
--cc=bcm-kernel-feedback-list@broadcom$(echo .)com \
--cc=boon.khai.ng@altera$(echo .)com \
--cc=bpf@vger$(echo .)kernel.org \
--cc=chenchuangyu@xiaomi$(echo .)com \
--cc=chenhuacai@kernel$(echo .)org \
--cc=daniel@iogearbox$(echo .)net \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=florian.fainelli@broadcom$(echo .)com \
--cc=hawk@kernel$(echo .)org \
--cc=jitendra.vegiraju@broadcom$(echo .)com \
--cc=john.fastabend@gmail$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-stm32@st-md-mailman$(echo .)stormreply.com \
--cc=lizhi2@eswincomputing$(echo .)com \
--cc=maxime.chevallier@bootlin$(echo .)com \
--cc=mcoquelin.stm32@gmail$(echo .)com \
--cc=me@ziyao$(echo .)cc \
--cc=netdev@vger$(echo .)kernel.org \
--cc=ovidiu.panait.rb@renesas$(echo .)com \
--cc=pabeni@redhat$(echo .)com \
--cc=prabhakar.mahadev-lad.rj@bp$(echo .)renesas.com \
--cc=quic_abchauha@quicinc$(echo .)com \
--cc=richardcochran@gmail$(echo .)com \
--cc=rmk+kernel@armlinux$(echo .)org.uk \
--cc=rohan.g.thomas@altera$(echo .)com \
--cc=sdf@fomichev$(echo .)me \
--cc=siyanteng@cqsoftware$(echo .)com.cn \
--cc=vladimir.oltean@nxp$(echo .)com \
--cc=weishangjuan@eswincomputing$(echo .)com \
--cc=wens@kernel$(echo .)org \
--cc=yangtiezhu@loongson$(echo .)cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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