commit | 3b10caf96e592143a464aa0c2dc5e9bb8867143d | [log] [tgz] |
---|---|---|
author | Rodrigo Peixoto <rodrigopex@gmail.com> | Thu Jun 06 15:22:09 2024 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 17 21:20:05 2024 -0400 |
tree | 0b65daf6e87354ddb0eb6f9fffc416bfcdb00610 | |
parent | da702463b9c3c4cf00711ea87eb98d70cc79efa4 [diff] |
zbus: channel msg subscriber pool isolation Currently, zbus uses a single global `net_buf`pool to publish messages to msg_subscribers. It would be good to have a way to separate the pools for channels related to critical parts of the systems to avoid publication failure on these particular channels. These channels will not use the global pool. They can set an isolated pool by calling the `zbus_chan_set_msg_sub_pool.` Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>