next up previous contents
Next: The Linux Kernel - Up: RX Flow Previous: RX Flow   Contents

Network Driver

  1. A packet is received by the hardware.
  2. An RX packet ready interrupt is triggered.
  3. The network driver schedules an RX task to be executed.
  4. The RX task is invoked when the Interrupt Service Routine (ISR) is completed.
  5. The RX task process:



Jungo Software Technologies