Skip to content

Commit b160827

Browse files
krish2718rlubos
authored andcommitted
samples: wifi: Disable rate limiting for Zperf
With the newly added ratelimiting the data path prints are rate limiited but still visible on console (default interval is 1/5secs), but as we know that nRF70 has many packet drops, disable the prints altogether. Fix SHEL-3661. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent bf95d76 commit b160827

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

samples/wifi/shell/overlay-zperf.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ CONFIG_FLASH=n
3131
CONFIG_NVS=n
3232
CONFIG_SETTINGS=n
3333
CONFIG_NRF70_UTIL=y
34+
35+
# Disable rate limiting to avoid log flooding (default is drop)
36+
CONFIG_LOG_RATELIMIT=n

samples/wifi/sta/overlay-zperf.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ CONFIG_NET_STATISTICS=y
1919
CONFIG_NET_STATISTICS_WIFI=y
2020
CONFIG_NET_STATISTICS_USER_API=y
2121
CONFIG_SYS_HEAP_RUNTIME_STATS=y
22+
23+
# Disable rate limiting to avoid log flooding (default is drop)
24+
CONFIG_LOG_RATELIMIT=n

0 commit comments

Comments
 (0)