You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling plain invalidate isn't always safe, as there might be pending
writes in the cache line that just get thrown away. Just switch to full
cache line evasion, so writeback + invalidate just to be safe.
Also iterate over the out descriptors to make sure all the buffers are
cache handled on completing of the cracen operations.
Signed-off-by: Karsten Koenig <karsten.koenig@nordicsemi.no>
0 commit comments