zephyr/samples/net
Jukka Rissanen 0297e7ec15 samples: net: zperf: Ignore out of net_buf issue
If we ran out of net_buf's while sending, ignore the issue
and try to finish the test instead. Solving the "running out
of network buffers" case would require careful tuning of
number of network buffers, buffer size, upload speed etc. which
is difficult to solve with generic buffer count options.

The user should tweak mainly the CONFIG_NET_BUF_TX_COUNT option.
Optionally CONFIG_NET_PKT_TX_COUNT can be changed too. Information
about these options is printed to console after the test is finished.

Fixes #20315

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-12-10 10:00:53 +02:00
..
common
dhcpv4_client
dns_resolve coccinelle: standardize kernel API timeout arguments 2019-10-04 16:23:57 -04:00
eth_native_posix tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
google_iot_mqtt kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
gptp kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ipv4_autoconf tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
lldp kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
lwm2m_client samples: net: lwm2m: bootstrap support changes: 2019-08-24 11:04:25 +02:00
mdns_responder
mqtt_publisher coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
nats dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
promiscuous_mode
sockets samples: net: echo-server: Generate coverage report 2019-12-09 16:34:18 -05:00
stats kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
syslog_net samples: syslog_net: Remove ref. to CONFIG_SYS_LOG_BACKEND_NET_SERVER 2019-12-09 12:55:07 -05:00
telnet
updatehub kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
vlan kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
wifi samples: net: Adding board config files for CC3235SF 2019-09-10 10:22:30 +03:00
wpan_serial driver: uart: make deprecation effective 2019-11-07 12:44:15 -06:00
wpanusb samples: usb: wpanusb: Update documentation 2019-10-09 17:16:41 -05:00
zperf samples: net: zperf: Ignore out of net_buf issue 2019-12-10 10:00:53 +02:00
net.rst