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 <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
5119f9c379
commit
e33d9ee45c
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Optimized networking settings for performance
|
||||
CONFIG_NET_PKT_RX_COUNT=28
|
||||
CONFIG_NET_PKT_TX_COUNT=27
|
||||
CONFIG_NET_PKT_TX_COUNT=28
|
||||
CONFIG_NET_BUF_RX_COUNT=28
|
||||
CONFIG_NET_BUF_TX_COUNT=54
|
||||
# reduces driver heap usage
|
||||
CONFIG_NET_BUF_TX_COUNT=28
|
||||
CONFIG_NRF70_RX_NUM_BUFS=16
|
||||
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=50000
|
||||
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=30000
|
||||
CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=20000
|
||||
CONFIG_NRF70_MAX_TX_AGGREGATION=4
|
||||
CONFIG_NRF70_QSPI_LOW_POWER=n
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue