Add a simple UDP server application that will receive UDP data and print various statistics like number of packets received and dropped, amount of bytes received, and how many packets / sec we were able to receive. Currently the sample only provides a config file for FRDM-K64F board. Note that this sample should not be run in QEMU as the performance is very bad there because of SLIP link between Linux host and QEMU. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
11 lines
223 B
YAML
11 lines
223 B
YAML
common:
|
|
harness: net
|
|
tags: net
|
|
sample:
|
|
description: Test packet receival throughput.
|
|
name: Throughput Server
|
|
tests:
|
|
test_frdm_k64f:
|
|
platform_whitelist: frdm_k64f
|
|
extra_args: CONF_FILE="prj_frdm_k64f.conf"
|