commit | 47b4f91bf5163b0f48df4d56e4af12ba2047af1c | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Nov 16 11:44:30 2023 +0800 |
committer | developer <developer@mediatek.com> | Sat Nov 18 10:35:18 2023 +0800 |
tree | 3fc56b233aeebdeba190ef741fc93c5efd4bf4b8 | |
parent | ea6ed9e1e2234a0c4b20970dd5a6333b7a9acbfd [diff] |
[][MAC80211][hnat][Add multiple PPE allocation of the ETH for mt7988] [Description] Add multiple PPE allocation of the ETH for mt7988. This patch allows for routing of ETH to ETH/WiFi traffic to different PPE ports based on the GDM ID. Without this patch, the PPE0 is the only opotion for ETH to ETH/WiFi traffic. [Release-log] N/A Change-Id: I391700c0a86f47aaceae81d2acc0f0fb512ee0f6 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/8257583
diff --git a/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/999-3015-ethernet-update-ppe-from-netsys2-to-netsys3.patch b/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/999-3015-ethernet-update-ppe-from-netsys2-to-netsys3.patch index ef970de..12a3ba8 100644 --- a/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/999-3015-ethernet-update-ppe-from-netsys2-to-netsys3.patch +++ b/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/999-3015-ethernet-update-ppe-from-netsys2-to-netsys3.patch
@@ -70,7 +70,7 @@ +#if defined(CONFIG_MEDIATEK_NETSYS_V2) || defined(CONFIG_MEDIATEK_NETSYS_V3) #define MTK_GDMA_TO_PPE0 0x3333 #define MTK_GDMA_TO_PPE1 0x4444 -+#define MTK_GMAC_TO_PPE2 0xcccc ++#define MTK_GDMA_TO_PPE2 0xcccc #else #define MTK_GDMA_TO_PPE0 0x4444 #endif