All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: decklin@red-bean.com
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: test10-pre7 compile error in ip_forward.c
Date: Mon, 30 Oct 2000 20:06:59 -0800	[thread overview]
Message-ID: <200010310406.UAA05413@pizda.ninka.net> (raw)
In-Reply-To: <20001030222644.A9869@gyah.this.is.broken> (message from Decklin Foster on Mon, 30 Oct 2000 22:26:44 -0500)
In-Reply-To: <20001030222644.A9869@gyah.this.is.broken>


Sorry.  Please try this patch below.  Linus, please apply:

--- include/linux/netdevice.h.~1~	Mon Oct 30 17:57:20 2000
+++ include/linux/netdevice.h	Mon Oct 30 20:05:38 2000
@@ -55,6 +55,7 @@
 #define NET_RX_CN_MOD		2   /* Storm on its way! */
 #define NET_RX_CN_HIGH		5   /* The storm is here */
 #define NET_RX_DROP		-1  /* packet dropped */
+#define NET_RX_BAD		-2  /* packet dropped due to kernel error */
 
 #define net_xmit_errno(e)	((e) != NET_XMIT_CN ? -ENOBUFS : 0)
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-10-31  4:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-31  3:26 test10-pre7 compile error in ip_forward.c Decklin Foster
2000-10-31  4:06 ` David S. Miller [this message]
2000-10-31  6:02   ` Decklin Foster

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=200010310406.UAA05413@pizda.ninka.net \
    --to=davem@redhat.com \
    --cc=decklin@red-bean.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.