netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: "David S. Miller" <davem@redhat.com>, netdev@oss.sgi.com
Subject: Re: [PATCH] consolidate skb delivery
Date: Thu, 2 Oct 2003 21:25:46 +0200	[thread overview]
Message-ID: <20031002192546.GA29673@wotan.suse.de> (raw)
In-Reply-To: <20031002102133.7285b5ee.shemminger@osdl.org>

> +static __inline__ int deliver_skb(struct sk_buff *skb,
> +				  struct packet_type *pt_prev, int last)
> +{
> +	if (unlikely(!pt_prev->data))
> +		return deliver_to_old_ones(pt_prev, skb, last);

Are there even any old style protocols left? If not you could just make
it BUG() 

-Andi

  reply	other threads:[~2003-10-02 19:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-02 17:21 [PATCH] consolidate skb delivery Stephen Hemminger
2003-10-02 19:25 ` Andi Kleen [this message]
2003-10-02 19:43   ` Stephen Hemminger
2003-10-03  7:11     ` David S. Miller
2003-10-07 10:40       ` David S. Miller

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=20031002192546.GA29673@wotan.suse.de \
    --to=ak@suse.de \
    --cc=davem@redhat.com \
    --cc=netdev@oss.sgi.com \
    --cc=shemminger@osdl.org \
    /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).