Re: Is it a process?

From: Jan Engelhardt
Date: Mon Aug 08 2005 - 01:41:25 EST



>> 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 ?
>
>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

Do you mean forwarding from NIC to kernel space, or already the iptables
FORWARD chain? What about packets destined for the local machine that just hit
INPUT?

>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

What is the name of this tasklet? ksoftirqd shows up in "ps", but no childs
for it.


Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/