Skip to content
Success

Changes

Summary

  1. Pass ownership of Rx xua_msg up the stack [2/2] (details)
Commit 0691eb47f2ba9481258309b264df2fcc6f7a168f by Pau Espin Pedrol
Pass ownership of Rx xua_msg up the stack [2/2]

This is the second step patch where we also pass ownership on Rx path so
that forwarded xua_msgs can be passed back to the Tx path without
freeing them.

For SUA there's no change needed and we keep freeing the rx xua_msg
right at the end of sua_rx_msg() since there's no actual path forwarding
a xua_msg object back into Tx path, it always goes through upper layers
using newly allocated primitives.

Related: SYS#7112
Change-Id: Icf3b4dda550637f722a9fe56d0313f49c8a2964e
The file was modifiedsrc/ipa.c
The file was modifiedsrc/m3ua.c
The file was modifiedsrc/xua_rkm.c