Hi,
want to execute an application on selected ARM Cortex-A78AE cores to run parallel applications.
Please let us know the way for it. is there any framework involved?
Thanks!
Hi,
want to execute an application on selected ARM Cortex-A78AE cores to run parallel applications.
Please let us know the way for it. is there any framework involved?
Thanks!
What you are looking for is CPU “affinity”. Beware that if the process is for actual hardware via a hardware IRQ, then results may not be as flexible as those which run in software (e.g., some kernel drivers are purely software, whereas others require directly talking to some peripheral…the distinction being a hardware IRQ if a wire is involved in triggering the interrupt, or a software IRQ if it is just from software scheduling).
The following may be of interest:
Within the kernel source of a specific kernel there is always documentation specific to that kernel (appropriately, it is the “Documentation/
” subdirectory, and in this case, file “IRQ-affinity.txt
”).
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.