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 2022/07/27 15:22:33 UTC

[incubator-nuttx] 05/06: boards: sabre-6quad: Add iperf to netknsh/defconfig

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

commit 714e6fda9cc967651b7e7418aa8c5dca620602a2
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Wed Jul 27 14:10:14 2022 +0900

    boards: sabre-6quad: Add iperf to netknsh/defconfig
    
    Summary:
    - This commit adds iperf to netknsh/defconfig
    
    Impact:
    - None
    
    Testing:
    - Tested with qemu-6.2
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/imx6/sabre-6quad/configs/netknsh/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/arm/imx6/sabre-6quad/configs/netknsh/defconfig b/boards/arm/imx6/sabre-6quad/configs/netknsh/defconfig
index 683a3a105f..f9b1f64fd6 100644
--- a/boards/arm/imx6/sabre-6quad/configs/netknsh/defconfig
+++ b/boards/arm/imx6/sabre-6quad/configs/netknsh/defconfig
@@ -76,6 +76,8 @@ CONFIG_NETINIT_DRIPADDR=0x0a000202
 CONFIG_NETINIT_IPADDR=0x0a00020f
 CONFIG_NETINIT_NOMAC=y
 CONFIG_NETUTILS_CODECS=y
+CONFIG_NETUTILS_IPERF=y
+CONFIG_NETUTILS_IPERFTEST_DEVNAME="eth0"
 CONFIG_NETUTILS_TFTPC=y
 CONFIG_NETUTILS_WEBCLIENT=y
 CONFIG_NET_BROADCAST=y