-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iadk: Define pass buffer size and return error code from entry point function #9424
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just need to add the new macro to the IADK namespace
f74c888
to
c288670
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @softwarecki , especially the module load description is a nice addition!
One question, can you check.
Add a definition specifying the size of space reserved in module memory for module handle and a iadk adapter. Add a brief description of the iadk module loading sequence. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
Change the definition of the system_agent_start function so that it returns the error code returned by the module's entry point functions. Return the created IadkModuleAdapter object via a parameter. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
c288670
to
fab7cab
Compare
Add a definition specifying the size of space reserved in module memory for module handle and a iadk adapter.
Add a brief description of the iadk module loading sequence.
Change the definition of the system_agent_start function so that it returns the error code returned by the module's entry point functions. Return the created IadkModuleAdapter object via a parameter.