netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: Vicente Feito <vicente.feito@gmail.com>
Cc: netdev@oss.sgi.com
Subject: Re: Reducing the overhead on the network core
Date: Mon, 28 Mar 2005 17:14:36 -0800	[thread overview]
Message-ID: <20050328171436.62a0b80b.davem@davemloft.net> (raw)
In-Reply-To: <200503282144.08870.vicente.feito@gmail.com>


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.

      reply	other threads:[~2005-03-29  1:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-28 21:44 Reducing the overhead on the network core Vicente Feito
2005-03-29  1:14 ` David S. Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050328171436.62a0b80b.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=netdev@oss.sgi.com \
    --cc=vicente.feito@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).