Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - in io-pkt rx_interrupt_handler context: (1 Item)
   
in io-pkt rx_interrupt_handler context  
generally we register a handler such as:
    vdevpeer->rx_ient.func = vdevpeer_rx_interrupt;
and then in other thread we raise it by interrupt_queue(vdevpeer->iopkt, &vdevpeer->rx_ient);
i want to know  in vdevpeer_rx_interrupt context it is ISR context or thread context or signal hanler context?