Re: this code does not get called in dev.c so do we need it?

David S. Miller (davem@redhat.com)
Thu, 03 Oct 2002 04:14:49 -0700 (PDT)


From: will fitzgerald <linux_learning@yahoo.co.uk>
Date: Thu, 3 Oct 2002 12:13:56 +0100 (BST)

you say that fast routing occurs in the device driver
level.
how does it send a packet from router eth0 to router
eth1?
is it on the bus? (is this like zero copy jumping from
one device directly to another?)

It passes the packet directly to the output method of
the target device for the route. Just like I said in
my original email, nothing more nothing less.

if fast routing saves time in not having to go to the
ip layer why is it not used alll the time?

Because it is used only by a limited number of people
and it makes drivers harder to maintain since very few
people have the setups necessary to test this feature
properly.

is it buggy?

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