This question is an exact duplicate of:
I am not able to address the below issue:
Suppose, i am getting interrupt on core-1 and i want tasklet to be run on core-2 so to perform fast data processing.
I want to know :
a) Is it achievable ? If yes then is there any kernel API which helps into it ?
b) If (a) is achievable then what are the implication on the caching front ?
c) What are the challenges in the coding & design perspective ?
Regards,
Manish