Hi Ti Folks,
Thanks for answering my previous posts on SA. I have a question,
1. shouldn't there be a correction in the Sa_chanGetBufferReq way of implementation. In the example, based on Sa_chanGetBufferReq, say some bytes required are got by malloc. But in real time, since malloc is a costly affair, so some N bytes of memory can be fixed. Can Ti suggest a Value max possible for it [mm.ofcourse, i can trace back the structure and do compute the max value, but probably i can miss some points,, so want to get to get MAX VALUE and CACHE LINE SIZE/aligns requirements] so that real time malloc is avoided.
2. If i recall per Security context MAX allocation is 320 bytes and usage can be anywhere within that 320 bytes. I am expecting a similar MAX SIZE figure for Sa_chanGetBufferReq
Thanks
RC Reddy