diff mbox series

[net-next] net: mtk_eth_soc: enable flow offload support fot MT7986 SoC

Message ID fdcaacd827938e6a8c4aa1ac2c13e46d2c08c821.1670072898.git.lorenzo@kernel.org (mailing list archive)
State New, archived
Headers show
Series [net-next] net: mtk_eth_soc: enable flow offload support fot MT7986 SoC | expand

Commit Message

Lorenzo Bianconi Dec. 3, 2022, 1:20 p.m. UTC
Since Wireless Ethernet Dispatcher is now available for mt7986 in mt76,
enable hw flow support for MT7986 SoC.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 drivers/net/ethernet/mediatek/mtk_eth_soc.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Frank Wunderlich Dec. 3, 2022, 3:38 p.m. UTC | #1
Hi,

thanks for the Patch, i only noticed a typo in Subject (s/fot/for/).
regards Frank
patchwork-bot+netdevbpf@kernel.org Dec. 6, 2022, 2:20 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Sat,  3 Dec 2022 14:20:37 +0100 you wrote:
> Since Wireless Ethernet Dispatcher is now available for mt7986 in mt76,
> enable hw flow support for MT7986 SoC.
> 
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> ---
>  drivers/net/ethernet/mediatek/mtk_eth_soc.c | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [net-next] net: mtk_eth_soc: enable flow offload support fot MT7986 SoC
    https://git.kernel.org/netdev/net-next/c/c9f8d73645b6

You are awesome, thank you!
Jakub Kicinski Dec. 6, 2022, 4:06 a.m. UTC | #3
On Sat, 03 Dec 2022 16:38:15 +0100 Frank Wunderlich wrote:
> thanks for the Patch, i only noticed a typo in Subject (s/fot/for/).
> regards Frank

The message from the bot does not reflect that but FWIW
 - fixed when applying.
diff mbox series

Patch

diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
index 8b93dab79141..e3de9a53b2d9 100644
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
@@ -4593,6 +4593,7 @@  static const struct mtk_soc_data mt7986_data = {
 	.hw_features = MTK_HW_FEATURES,
 	.required_clks = MT7986_CLKS_BITMAP,
 	.required_pctl = false,
+	.offload_version = 2,
 	.hash_offset = 4,
 	.foe_entry_size = sizeof(struct mtk_foe_entry),
 	.txrx = {