Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 2 Oct 2002 20:12:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 2 Oct 2002 20:12:23 -0400 Received: from pizda.ninka.net ([216.101.162.242]:10444 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Wed, 2 Oct 2002 20:12:21 -0400 Date: Wed, 02 Oct 2002 17:10:42 -0700 (PDT) Message-Id: <20021002.171042.42890215.davem@redhat.com> To: linux_learning@yahoo.co.uk Cc: linux-kernel@vger.kernel.org, linux-c-programming@vger.kernel.org Subject: Re: this code does not get called in dev.c so do we need it? From: "David S. Miller" In-Reply-To: <20021002140236.53405.qmail@web13107.mail.yahoo.com> References: <20021002140236.53405.qmail@web13107.mail.yahoo.com> X-FalunGong: Information control. X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 590 Lines: 15 Fast routing, although not implemented in any in-tree drivers, does get used by some people who have hacked up drivers to support this. It allows IPv4 routing to occur right at the level of the device driver, it directly pushes an input packet to the output routine of the destination device all without leaving the driver. This code is used. - 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/