From: Werner Almesberger <wa@almesberger.net>
To: "David S. Miller" <davem@redhat.com>
Cc: ak@muc.de, netdev@oss.sgi.com, mostrows@speakeasy.net, paulus@au.ibm.com
Subject: Re: [PATCH] Convert pppoe to new style protocol
Date: Wed, 18 Jun 2003 09:21:26 -0300 [thread overview]
Message-ID: <20030618092126.A28100@almesberger.net> (raw)
In-Reply-To: <20030618080118.GC23037@wotan.suse.de>; from ak@suse.de on Wed, Jun 18, 2003 at 10:01:18AM +0200
On Tue, Jun 17, 2003 at 03:07:51PM -0700, David S. Miller wrote:
> Please don't add new skb_linearize() users, I'm trying
> to make that only local to net/core/dev.c
I know you find documentation unmanly, but maybe ...
- Werner
--- skbuff.h.orig Wed Jun 18 09:13:57 2003
+++ skbuff.h Wed Jun 18 09:15:05 2003
@@ -1126,6 +1126,9 @@
*
* If there is no free memory -ENOMEM is returned, otherwise zero
* is returned and the old skb data released.
+ *
+ * DO NOT USE THIS IN NEW CODE ! skb_linearize will be for internal
+ * use by net/core/dev.c only.
*/
int skb_linearize(struct sk_buff *skb, int gfp);
--
_________________________________________________________________________
/ Werner Almesberger, Buenos Aires, Argentina wa@almesberger.net /
/_http://www.almesberger.net/____________________________________________/
next prev parent reply other threads:[~2003-06-18 12:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-17 22:04 [PATCH] Convert pppoe to new style protocol Andi Kleen
2003-06-17 22:07 ` David S. Miller
2003-06-18 8:01 ` Andi Kleen
2003-06-18 12:21 ` Werner Almesberger [this message]
2003-06-18 12:51 ` Andi Kleen
2003-06-18 17:21 ` David S. Miller
2003-06-18 23:36 ` David S. Miller
2003-06-18 17:15 ` 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=20030618092126.A28100@almesberger.net \
--to=wa@almesberger.net \
--cc=ak@muc.de \
--cc=davem@redhat.com \
--cc=mostrows@speakeasy.net \
--cc=netdev@oss.sgi.com \
--cc=paulus@au.ibm.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.