You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/07/09 00:20:29 UTC

[incubator-nuttx] branch master updated: boards: spresense: Update rndis and rndis_smp defconfigs

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 48ab08c  boards: spresense: Update rndis and rndis_smp defconfigs
48ab08c is described below

commit 48ab08c43d23bfa3030a2c5a55d5e1059977f991
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Fri Jul 9 07:19:35 2021 +0900

    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 <Ma...@jp.sony.com>
---
 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 59ac8be..6591398 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 596e709..ef676f8 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