netdev
[Top] [All Lists]

Re: Reducing the overhead on the network core

To: Vicente Feito <vicente.feito@xxxxxxxxx>
Subject: Re: Reducing the overhead on the network core
From: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Mon, 28 Mar 2005 17:14:36 -0800
Cc: netdev@xxxxxxxxxxx
In-reply-to: <200503282144.08870.vicente.feito@gmail.com>
References: <200503282144.08870.vicente.feito@gmail.com>
Sender: netdev-bounce@xxxxxxxxxxx
We already do this and set the skb->packet_type field to
PACKET_HOST, PACKET_BROADCAST, PACKET_MULTICAST etc.
And the input paths test these values.

We still have to pass the packet into netif_rx() to deal
with network taps that want to see packets that are not
destined for us in any way.

<Prev in Thread] Current Thread [Next in Thread>