Skip to content

Commit

Permalink
samples: wifi: throughput: Adjust variable pool sizes
Browse files Browse the repository at this point in the history
Modify the pool sizes to different values for more accurate
throughput optimization, as with the fixed configuration.

Signed-off-by: Triveni Danda <[email protected]>
  • Loading branch information
D-Triveni committed Nov 21, 2024
1 parent 8461681 commit 4238aaa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/wifi/throughput/overlay-high-performance.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ CONFIG_MAIN_STACK_SIZE=5200
CONFIG_SHELL_STACK_SIZE=5200
CONFIG_NET_MGMT_EVENT_STACK_SIZE=4600

CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=45000
CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=55000
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=25000
4 changes: 2 additions & 2 deletions samples/wifi/throughput/overlay-iot-devices.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ CONFIG_MAIN_STACK_SIZE=5200
CONFIG_SHELL_STACK_SIZE=5200
CONFIG_NET_MGMT_EVENT_STACK_SIZE=4600

CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=15000
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=60000
CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=10000
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=6000
3 changes: 0 additions & 3 deletions samples/wifi/throughput/overlay-memory-optimized.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ CONFIG_NET_SOCKETS_POLL_MAX=20
CONFIG_MAIN_STACK_SIZE=5200
CONFIG_SHELL_STACK_SIZE=5200
CONFIG_NET_MGMT_EVENT_STACK_SIZE=4600

CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=8192
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=8192
2 changes: 1 addition & 1 deletion samples/wifi/throughput/overlay-rx-prio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ CONFIG_SHELL_STACK_SIZE=5200
CONFIG_NET_MGMT_EVENT_STACK_SIZE=4600

CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=12000
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=18000
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=58000
4 changes: 2 additions & 2 deletions samples/wifi/throughput/overlay-tx-prio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ CONFIG_MAIN_STACK_SIZE=5200
CONFIG_SHELL_STACK_SIZE=5200
CONFIG_NET_MGMT_EVENT_STACK_SIZE=4600

CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=25000
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=15000
CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=45000
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=6000

0 comments on commit 4238aaa

Please sign in to comment.