From: patchwork-bot+netdevbpf@kernel.org
To: Frank Wunderlich <linux@fw-web.de>
Cc: angelogioacchino.delregno@collabora.com, netdev@vger.kernel.org,
sean.wang@mediatek.com, linux@armlinux.org.uk,
stable@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
arinc.unal@arinc9.com, linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org, john@phrozen.org,
matthias.bgg@gmail.com, kuba@kernel.org, pabeni@redhat.com,
lorenzo@kernel.org, Mark-MC.Lee@mediatek.com,
linux-kernel@vger.kernel.org, nbd@nbd.name
Subject: Re: [net v2] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
Date: Wed, 03 May 2023 03:30:19 +0000 [thread overview]
Message-ID: <168308461957.6433.6971778251909204791.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230426172153.8352-1-linux@fw-web.de>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 26 Apr 2023 19:21:53 +0200 you wrote:
> From: Felix Fietkau <nbd@nbd.name>
>
> Through testing I found out that hardware vlan rx offload support seems to
> have some hardware issues. At least when using multiple MACs and when
> receiving tagged packets on the secondary MAC, the hardware can sometimes
> start to emit wrong tags on the first MAC as well.
>
> [...]
Here is the summary with links:
- [net,v2] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
https://git.kernel.org/netdev/net/c/c6d96df9fa2c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Frank Wunderlich <linux@fw-web.de>
Cc: linux-mediatek@lists.infradead.org, nbd@nbd.name,
john@phrozen.org, sean.wang@mediatek.com,
Mark-MC.Lee@mediatek.com, lorenzo@kernel.org,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, matthias.bgg@gmail.com,
angelogioacchino.delregno@collabora.com, linux@armlinux.org.uk,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, stable@vger.kernel.org,
frank-w@public-files.de, arinc.unal@arinc9.com
Subject: Re: [net v2] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
Date: Wed, 03 May 2023 03:30:19 +0000 [thread overview]
Message-ID: <168308461957.6433.6971778251909204791.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230426172153.8352-1-linux@fw-web.de>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 26 Apr 2023 19:21:53 +0200 you wrote:
> From: Felix Fietkau <nbd@nbd.name>
>
> Through testing I found out that hardware vlan rx offload support seems to
> have some hardware issues. At least when using multiple MACs and when
> receiving tagged packets on the secondary MAC, the hardware can sometimes
> start to emit wrong tags on the first MAC as well.
>
> [...]
Here is the summary with links:
- [net,v2] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
https://git.kernel.org/netdev/net/c/c6d96df9fa2c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Frank Wunderlich <linux@fw-web.de>
Cc: linux-mediatek@lists.infradead.org, nbd@nbd.name,
john@phrozen.org, sean.wang@mediatek.com,
Mark-MC.Lee@mediatek.com, lorenzo@kernel.org,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, matthias.bgg@gmail.com,
angelogioacchino.delregno@collabora.com, linux@armlinux.org.uk,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, stable@vger.kernel.org,
frank-w@public-files.de, arinc.unal@arinc9.com
Subject: Re: [net v2] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
Date: Wed, 03 May 2023 03:30:19 +0000 [thread overview]
Message-ID: <168308461957.6433.6971778251909204791.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230426172153.8352-1-linux@fw-web.de>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 26 Apr 2023 19:21:53 +0200 you wrote:
> From: Felix Fietkau <nbd@nbd.name>
>
> Through testing I found out that hardware vlan rx offload support seems to
> have some hardware issues. At least when using multiple MACs and when
> receiving tagged packets on the secondary MAC, the hardware can sometimes
> start to emit wrong tags on the first MAC as well.
>
> [...]
Here is the summary with links:
- [net,v2] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
https://git.kernel.org/netdev/net/c/c6d96df9fa2c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-05-03 3:30 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-26 17:21 [net v2] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging Frank Wunderlich
2023-04-26 17:21 ` Frank Wunderlich
2023-04-26 17:21 ` Frank Wunderlich
2023-04-26 17:25 ` Arınç ÜNAL
2023-04-26 17:25 ` Arınç ÜNAL
2023-04-26 17:25 ` Arınç ÜNAL
2023-04-26 17:31 ` Aw: " Frank Wunderlich
2023-04-26 17:31 ` Frank Wunderlich
2023-04-26 17:51 ` Arınç ÜNAL
2023-04-26 17:51 ` Arınç ÜNAL
2023-04-26 17:52 ` Frank Wunderlich
2023-04-26 17:52 ` Frank Wunderlich
2023-04-26 17:58 ` Arınç ÜNAL
2023-04-26 17:58 ` Arınç ÜNAL
2023-04-26 17:34 ` kernel test robot
2023-05-03 3:30 ` patchwork-bot+netdevbpf [this message]
2023-05-03 3:30 ` patchwork-bot+netdevbpf
2023-05-03 3:30 ` patchwork-bot+netdevbpf
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=168308461957.6433.6971778251909204791.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Mark-MC.Lee@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=arinc.unal@arinc9.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=john@phrozen.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=linux@fw-web.de \
--cc=lorenzo@kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=nbd@nbd.name \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sean.wang@mediatek.com \
--cc=stable@vger.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.