Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Sharing interrupts: (1 Item)
   
Sharing interrupts  
In the our system a video stream is received from Ethernet device.
And then when the all data is already collected picture is displayed.

Can a shared interrupt of the ethernet and graphics controller 
have an impact for application performance:
   io-pkt-v4-hc                 --> irq5,
   io-graphics / io-display --> irq5
?

Or better idea is to separate interrupts for both devices i.e. :
   io-pkt-v4-hc                 --> irq5,
   io-graphics / io-display --> irq10
?