boards: imxrt1060-evk: Fix iperf performance for netnsh
Summary: - Before: iperf -s 94Mbps, iperf -c 0Mbps - After : iperf -s 94Mbps, iperf -c 93Mbps Impact: - Should be none Testing: - Tested with iperf and telnet Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
7af531f677
commit
2ae8a9600f
@ -23,10 +23,12 @@ CONFIG_ETH0_PHY_KSZ8081=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=2048
|
||||
CONFIG_IMXRT_ENET=y
|
||||
CONFIG_IMXRT_ENET_NRXBUFFERS=64
|
||||
CONFIG_IMXRT_ENET_NTXBUFFERS=64
|
||||
CONFIG_IMXRT_LPUART1=y
|
||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INTELHEX_BINARY=y
|
||||
CONFIG_IOB_NBUFFERS=128
|
||||
CONFIG_IOB_BUFSIZE=1514
|
||||
CONFIG_LIBC_HOSTNAME="i.MXRT1060 EVK"
|
||||
CONFIG_LPUART1_SERIAL_CONSOLE=y
|
||||
CONFIG_NET=y
|
||||
|
Loading…
Reference in New Issue
Block a user