Skip to content

Commit

Permalink
samples: wifi: throughput: Increase number of RX buffers
Browse files Browse the repository at this point in the history
This change is done to ensure improved throughput
by increasing RX buffers in the nRF700x driver.

Signed-off-by: Triveni Danda <[email protected]>
  • Loading branch information
D-Triveni committed Nov 21, 2024
1 parent 53d7f42 commit 8461681
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions samples/wifi/throughput/overlay-high-performance.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CONFIG_PICOLIBC_USE_MODULE=y
CONFIG_SPEED_OPTIMIZATIONS=y
CONFIG_NRF70_QSPI_LOW_POWER=n
CONFIG_NRF70_UTIL=n
CONFIG_NRF70_RX_NUM_BUFS=20
CONFIG_NRF70_MAX_TX_AGGREGATION=9
CONFIG_NRF70_MAX_TX_TOKENS=12
CONFIG_ZVFS_OPEN_MAX=20
Expand Down
2 changes: 1 addition & 1 deletion samples/wifi/throughput/overlay-iot-devices.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONFIG_NET_PKT_TX_COUNT=6
CONFIG_NET_PKT_RX_COUNT=6
CONFIG_NET_BUF_TX_COUNT=12
CONFIG_NET_BUF_RX_COUNT=6
CONFIG_NRF70_RX_NUM_BUFS=6
CONFIG_NRF70_RX_NUM_BUFS=12
CONFIG_HEAP_MEM_POOL_SIZE=260000
CONFIG_PICOLIBC_USE_MODULE=y
CONFIG_SPEED_OPTIMIZATIONS=y
Expand Down
2 changes: 1 addition & 1 deletion samples/wifi/throughput/overlay-memory-optimized.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONFIG_NET_PKT_TX_COUNT=6
CONFIG_NET_PKT_RX_COUNT=6
CONFIG_NET_BUF_TX_COUNT=12
CONFIG_NET_BUF_RX_COUNT=6
CONFIG_NRF70_RX_NUM_BUFS=6
CONFIG_NRF70_RX_NUM_BUFS=12
CONFIG_HEAP_MEM_POOL_SIZE=260000
CONFIG_PICOLIBC_USE_MODULE=y
CONFIG_SPEED_OPTIMIZATIONS=y
Expand Down
2 changes: 1 addition & 1 deletion samples/wifi/throughput/overlay-tx-prio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONFIG_NET_PKT_TX_COUNT=32
CONFIG_NET_PKT_RX_COUNT=10
CONFIG_NET_BUF_TX_COUNT=64
CONFIG_NET_BUF_RX_COUNT=10
CONFIG_NRF70_RX_NUM_BUFS=10
CONFIG_NRF70_RX_NUM_BUFS=12
CONFIG_HEAP_MEM_POOL_SIZE=260000
CONFIG_PICOLIBC_USE_MODULE=y
CONFIG_SPEED_OPTIMIZATIONS=y
Expand Down

0 comments on commit 8461681

Please sign in to comment.