Message ID | fdcaacd827938e6a8c4aa1ac2c13e46d2c08c821.1670072898.git.lorenzo@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | c9f8d73645b6f76c8d14f49bc860f7143d001cb7 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: mtk_eth_soc: enable flow offload support fot MT7986 SoC | expand |
Hi, thanks for the Patch, i only noticed a typo in Subject (s/fot/for/). regards Frank
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!
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 --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 = {
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(+)