mediatek: Set ppe entry num to 32k

This commit is contained in:
hanwckf
2022-11-17 00:15:09 +08:00
parent d233c97828
commit bbb2177f79

View File

@@ -746,9 +746,9 @@ struct foe_entry {
/* If user wants to change default FOE entry number, both DEF_ETRY_NUM and
* DEF_ETRY_NUM_CFG need to be modified.
*/
#define DEF_ETRY_NUM 8192
#define DEF_ETRY_NUM 32768
/* feasible values : 32768, 16384, 8192, 4096, 2048, 1024 */
#define DEF_ETRY_NUM_CFG TABLE_8K
#define DEF_ETRY_NUM_CFG TABLE_32K
/* corresponding values : TABLE_32K, TABLE_16K, TABLE_8K, TABLE_4K, TABLE_2K,
* TABLE_1K
*/