summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Kshevetskiy <[email protected]>2025-10-08 10:31:39 +0300
committerJerome Forissier <[email protected]>2025-10-22 14:28:33 +0200
commit648d2ade0b764847b248f5cc362a19510046289b (patch)
tree2bd651efb0842fab41c3e088d03a18ed3b77ed5b
parentec127937199d7ec7116f07bb1642565ab6671a36 (diff)
net: airoha: increase the number of rx network buffers
According to commit 997786bbf473 ("drivers/net/airoha_eth: fix stalling in package receiving") the minimal possible value of SYS_RX_ETH_BUFFER is 4. Unfortunately it's too small for reliable ping. Observations shows that SYS_RX_ETH_BUFFER must be at least 8. Signed-off-by: Mikhail Kshevetskiy <[email protected]>
-rw-r--r--configs/an7581_evb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/an7581_evb_defconfig b/configs/an7581_evb_defconfig
index 0ccab4f066f..baa3fc3f5de 100644
--- a/configs/an7581_evb_defconfig
+++ b/configs/an7581_evb_defconfig
@@ -43,6 +43,7 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_SYS_RX_ETH_BUFFER=8
CONFIG_REGMAP=y
CONFIG_SYSCON=y
CONFIG_CLK=y