On Fri, 2005-08-05 at 21:02 +0800, lab liscs wrote:
> when linux kernel receives a packet from the netcard and the forwards it .
>
> the process can be viewed as a kernel process ?
>
> and if this process can be interrupted ?
>
> thanks a lot!!
When a packet is received from the kernel, this is first done by an
interrupt handler to just get the packet. Then the rest (forwarding) is
done by a tasklet. This tasklet can be run either by the softirqd (a
kernel thread) or at certain locations in the kernel. So this is not a
normal process and no it can not be preempted or scheduled out (it can
be interrupted by an interrupt though).
-- Steve
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|