zephyr/tests/bsim
Pavel Vasilyev 14b4e30cdf bluetooth: host: Deprecated BT_CONN_TX_MAX
After https://github.com/zephyrproject-rtos/zephyr/pull/72090,
`conn_tx_alloc` no longer blocks, and each buffer always has a
corresponding `bt_conn_tx` object. This eliminates the need to configure
the number of `bt_conn_tx` objects via `CONFIG_BT_CONN_TX_MAX`, since
every buffer now carries its own context even when no callback is used.

This commit deprecates `CONFIG_BT_CONN_TX_MAX` as it is no longer
necessary. Instead, `CONFIG_BT_BUF_ACL_TX_COUNT` is used to allocate
`bt_conn_tx` objects for outgoing ACL data. ZLL already uses
`CONFIG_BT_BUF_ACL_TX_COUNT` to configure the number of outgoing ACL
packets. With this change, modifying the packet count will automatically
adjust the number of corresponding contexts, preventing both context
starvatoin and underutilization.

This approach also aligns with ISO, where the number of `bt_conn_tx`
objects for outgoing ISOdata matches `CONFIG_BT_ISO_TX_BUF_COUNT`.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2025-05-12 14:54:26 +02:00
..
babblekit Bluetooth: tests: Add macros to babblekit 2025-02-12 09:40:07 +01:00
bluetooth bluetooth: host: Deprecated BT_CONN_TX_MAX 2025-05-12 14:54:26 +02:00
drivers/uart
net samples: Enable OpenThread logging in all related samples 2025-05-05 14:25:13 +02:00
ci.bt.sh
ci.net.sh
ci.uart.sh tests/bsim: UART: Do not attempt to run empty set of multidevice tests 2025-03-20 17:15:27 +01:00
compile.sh
compile.source
generate_coverage_report.sh
run_parallel.sh tests/bsim/run_parallel: Fail if an explicitly listed test is missing 2025-03-20 17:15:27 +01:00
sh_common.source tests: bsim: Fix command execution with quoted string 2025-03-07 19:52:55 +01:00