Skip to content

Commit 8ebc80a

Browse files
krish2718kapbh
authored andcommitted
[nrf fromlist] 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. Upstream PR #: 87655 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 16866ab commit 8ebc80a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

samples/net/zperf/boards/nrf7002dk_nrf5340_cpuapp.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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
5+
CONFIG_NET_BUF_TX_COUNT=28
6+
CONFIG_NRF70_RX_NUM_BUFS=16
7+
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=30000
8+
CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=20000
69
CONFIG_NRF70_MAX_TX_AGGREGATION=4
710
CONFIG_NRF70_QSPI_LOW_POWER=n
811

0 commit comments

Comments
 (0)