Skip to content

Commit be4c79b

Browse files
krish2718kartben
authored andcommitted
samples: net: zperf: Optimize heap for nRF70 Series
Fine-tune the heap to get peak UDP (TX and RX) results but with minimal heap consumption. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 9a6423b commit be4c79b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/net/zperf/boards/nrf7002dk_nrf5340_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ CONFIG_NET_PKT_RX_COUNT=28
33
CONFIG_NET_PKT_TX_COUNT=27
44
CONFIG_NET_BUF_RX_COUNT=28
55
CONFIG_NET_BUF_TX_COUNT=54
6+
# reduces driver heap usage
7+
CONFIG_NRF70_RX_NUM_BUFS=16
8+
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=50000
69
CONFIG_NRF70_MAX_TX_AGGREGATION=4
710
CONFIG_NRF70_QSPI_LOW_POWER=n
811

0 commit comments

Comments
 (0)