XRT
XRT copied to clipboard
Passing as a separte module of mgmtpf & XOCL to avoid execution confl…
…ict.
Problem solved by the commit
Used separate module string name for both MGMTPF & XOCL to avoid macro and execution at runtime.
Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered
How problem was solved, alternative solutions (if any) and why they were rejected
Risks (if any) associated the changes in the commit
What has been tested and how, request additional testing if necessary
Documentation impact (if any)
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can you explain more on why this change is needed?
As we were working with customer kernel & as part of custom kernel changes, xocl_debug_init() function is being called by both xclmgmt_init() and xocl_init() fucntions, so we differentiated with by passing parameters as module like "mgmtpf" & "xocl", to avoid execution conflict of xocl_debug_init() fucntions.