You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/02/01 05:44:03 UTC

[incubator-nuttx] branch master updated: boards: spresene: Add iperf to rndis and rndis_smp defcofigs

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

xiaoxiang 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 8706db6  boards: spresene: Add iperf to rndis and rndis_smp defcofigs
8706db6 is described below

commit 8706db6f48edf12660dbe92de0b1fb7c57c15853
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Mon Feb 1 11:10:56 2021 +0900

    boards: spresene: Add iperf to rndis and rndis_smp defcofigs
    
    Summary:
    - This commit adds iperf to rndis and rndis_smp defcofigs
    
    Impact:
    - rndis and rndis_smp
    
    Testing:
    - Tested with iperf
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/cxd56xx/spresense/configs/rndis/defconfig     | 3 +++
 boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
index a8f5b86..36a3ada 100644
--- a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
@@ -38,6 +38,8 @@ CONFIG_ELF=y
 CONFIG_EXAMPLES_FTPC=y
 CONFIG_EXAMPLES_FTPD=y
 CONFIG_EXAMPLES_HELLO=m
+CONFIG_EXAMPLES_IPERF=y
+CONFIG_EXAMPLES_IPERFTEST_DEVNAME="eth0"
 CONFIG_EXAMPLES_TCPBLASTER=y
 CONFIG_EXAMPLES_TCPBLASTER_GROUPSIZE=500
 CONFIG_EXAMPLES_TCPBLASTER_SENDSIZE=1400
@@ -57,6 +59,7 @@ CONFIG_FTP_TMPDIR="/mnt/sd0"
 CONFIG_HAVE_CXX=y
 CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_I2C=y
+CONFIG_IOB_NBUFFERS=128
 CONFIG_LIBC_EXECFUNCS=y
 CONFIG_LIBM=y
 CONFIG_LIB_ENVPATH=y
diff --git a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig
index 9c7b3c5..ca48c5b 100644
--- a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig
@@ -41,6 +41,8 @@ CONFIG_ELF=y
 CONFIG_EXAMPLES_FTPC=y
 CONFIG_EXAMPLES_FTPD=y
 CONFIG_EXAMPLES_HELLO=m
+CONFIG_EXAMPLES_IPERF=y
+CONFIG_EXAMPLES_IPERFTEST_DEVNAME="eth0"
 CONFIG_EXAMPLES_TCPBLASTER=y
 CONFIG_EXAMPLES_TCPBLASTER_GROUPSIZE=500
 CONFIG_EXAMPLES_TCPBLASTER_SENDSIZE=1400
@@ -60,7 +62,7 @@ CONFIG_FTP_TMPDIR="/mnt/sd0"
 CONFIG_HAVE_CXX=y
 CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_I2C=y
-CONFIG_IOB_NBUFFERS=96
+CONFIG_IOB_NBUFFERS=128
 CONFIG_LIBC_EXECFUNCS=y
 CONFIG_LIBM=y
 CONFIG_LIB_ENVPATH=y