Skip to content

Commit e33d9ee

Browse files
krish2718kartben
authored andcommitted
samples: net: zperf: Fine tune memory to align zero-copy
Now that nRF70 by default uses zero-copy fine-tune the configuration to get optimal memory while getting peak throughputs. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 5119f9c commit e33d9ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/net/zperf/boards/nrf7002dk_nrf5340_cpuapp.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Optimized networking settings for performance
22
CONFIG_NET_PKT_RX_COUNT=28
3-
CONFIG_NET_PKT_TX_COUNT=27
3+
CONFIG_NET_PKT_TX_COUNT=28
44
CONFIG_NET_BUF_RX_COUNT=28
5-
CONFIG_NET_BUF_TX_COUNT=54
6-
# reduces driver heap usage
5+
CONFIG_NET_BUF_TX_COUNT=28
76
CONFIG_NRF70_RX_NUM_BUFS=16
8-
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=50000
7+
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=30000
8+
CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=20000
99
CONFIG_NRF70_MAX_TX_AGGREGATION=4
1010
CONFIG_NRF70_QSPI_LOW_POWER=n
1111

0 commit comments

Comments
 (0)