From 48ab08c43d23bfa3030a2c5a55d5e1059977f991 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Fri, 9 Jul 2021 07:19:35 +0900 Subject: [PATCH] boards: spresense: Update rndis and rndis_smp defconfigs Summary: - This commit adds CONFIG_NET_TCP_WRITE_BUFFERS=y to rndis and rndis_smp defconfigs Impact: - webserver performance will be improved Testing: - Tested with nxplayer, telnetd, webserver, iperf 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 insertions(+) diff --git a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig index 59ac8be8071..65913981038 100644 --- a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig @@ -103,6 +103,7 @@ CONFIG_NET_ROUTE=y CONFIG_NET_STATISTICS=y CONFIG_NET_TCP=y CONFIG_NET_TCPBACKLOG=y +CONFIG_NET_TCP_WRITE_BUFFERS=y CONFIG_NET_UDP=y CONFIG_NFS=y CONFIG_NSH_ARCHINIT=y diff --git a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig index 596e70909a1..ef676f8c4bf 100644 --- a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig @@ -105,6 +105,7 @@ CONFIG_NET_ROUTE=y CONFIG_NET_STATISTICS=y CONFIG_NET_TCP=y CONFIG_NET_TCPBACKLOG=y +CONFIG_NET_TCP_WRITE_BUFFERS=y CONFIG_NET_UDP=y CONFIG_NFS=y CONFIG_NSH_ARCHINIT=y