commit | 453ab8a9a356acf475a965a777a370795effa255 | [log] [tgz] |
---|---|---|
author | Rodrigo Peixoto <rodrigopex@gmail.com> | Sun Apr 28 14:38:15 2024 -0300 |
committer | David Leach <david.leach@nxp.com> | Sun Jun 09 09:07:21 2024 -0500 |
tree | 11730fa50a6a54e018cef2e043670ae8c60439a6 | |
parent | 8136f740df63878273625d41e46e9c1497598042 [diff] |
zbus: vded: msg_sub: Improve channel ref copy The VDED was adding the channel information per clone. But it could be done in the original buffer. This commit fixes that by adding the channel information to the original buffer and not for each clone. As a result, we have a more straightforward VDED execution with fewer copies. Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>