From e890e2e45c4555cba5d81f91b0e8cccc59165748 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Fri, 25 Jun 2021 12:25:30 +0900 Subject: [PATCH] boards: spresense: Update rndis and rndis_smp for workaround Summary: - I noticed that Telnet session is sometimes not closed when tested with nxplayer + command stress test - The symptom relates to the change of IOB throttling in TCP but we are still finding the root cause. - This commit is just a workaround to avoid the issue by disabling telnet character mode. Impact: - spresense:rndis, spresense:rndis_smp only Testing: - Tested with nxplayer (HTTP audio streaming) + command stress test Signed-off-by: Masayuki Ishikawa --- boards/arm/cxd56xx/spresense/configs/rndis/defconfig | 1 - boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig index f86844a20dd..59ac8be8071 100644 --- a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig @@ -149,7 +149,6 @@ CONFIG_SYSTEM_NSH_SYMTAB_COUNTNAME="g_nsymbols" CONFIG_SYSTEM_NXPLAYER=y CONFIG_SYSTEM_NXRECORDER=y CONFIG_SYSTEM_PING=y -CONFIG_TELNET_CHARACTER_MODE=y CONFIG_TESTING_OSTEST=y CONFIG_TESTING_OSTEST_FPUSIZE=64 CONFIG_UART1_SERIAL_CONSOLE=y diff --git a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig index 62ebc1ded40..bbf70f9cf28 100644 --- a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig @@ -153,7 +153,6 @@ CONFIG_SYSTEM_NXRECORDER=y CONFIG_SYSTEM_PING=y CONFIG_SYSTEM_SYSTEM=y CONFIG_SYSTEM_TASKSET=y -CONFIG_TELNET_CHARACTER_MODE=y CONFIG_TESTING_GETPRIME=y CONFIG_TESTING_OSTEST=y CONFIG_TESTING_OSTEST_FPUSIZE=64