From: Lorenzo Bianconi Date: Sat, 30 May 2026 07:44:49 +0000 (+0200) Subject: airoha: Fix max RX size configuration X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23585%2Fhead;p=thirdparty%2Fopenwrt.git airoha: Fix max RX size configuration Set max RX size configuration (AIROHA_MAX_RX_SIZE) to 0x3f00. Signed-off-by: Lorenzo Bianconi Link: https://github.com/openwrt/openwrt/pull/23585 Signed-off-by: Christian Marangi --- diff --git a/target/linux/airoha/patches-6.12/920-13-net-airoha-Rework-MTU-configuration.patch b/target/linux/airoha/patches-6.12/920-13-net-airoha-Rework-MTU-configuration.patch index 382de1ba07a..072b50fe35c 100644 --- a/target/linux/airoha/patches-6.12/920-13-net-airoha-Rework-MTU-configuration.patch +++ b/target/linux/airoha/patches-6.12/920-13-net-airoha-Rework-MTU-configuration.patch @@ -155,7 +155,7 @@ Signed-off-by: Lorenzo Bianconi #define AIROHA_MAX_DSA_PORTS 7 #define AIROHA_MAX_NUM_RSTS 3 #define AIROHA_MAX_MTU 9220 -+#define AIROHA_MAX_RX_SIZE 16383 ++#define AIROHA_MAX_RX_SIZE 16128 #define AIROHA_MAX_PACKET_SIZE 2048 #define AIROHA_NUM_QOS_CHANNELS 4 #define AIROHA_NUM_QOS_QUEUES 8