Hi,
I am using NDK and SRIO in same project.
SRIO receives doorbell interrupt and perform opertation when called independently i.e., without NDK .
When both NDK and SRIO are invoked, srio fail to receive doorbell interrupt.
I have assigned the doorbell in this way,
eventId =20;
EventCombiner_dispatchPlug (eventId, isr_handler , 0, TRUE);
Let me know the changes to make srio and network work.
