Skip to content

Commit

Permalink
net: mediatek: add flow offload for mt7623
Browse files Browse the repository at this point in the history
mt7623 uses offload version 2 too

tested on Bananapi-R2

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Frank Wunderlich authored and David S. Miller committed Mar 31, 2021
1 parent b494ba5 commit 917e2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/mediatek/mtk_eth_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3202,6 +3202,7 @@ static const struct mtk_soc_data mt7623_data = {
.hw_features = MTK_HW_FEATURES,
.required_clks = MT7623_CLKS_BITMAP,
.required_pctl = true,
.offload_version = 2,
};

static const struct mtk_soc_data mt7629_data = {
Expand Down

0 comments on commit 917e2e6

Please sign in to comment.