[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <110604.81450.qm@web52011.mail.re2.yahoo.com>
Date: Sat, 22 Dec 2007 18:22:09 +0100 (CET)
From: Matti Linnanvuori <mattilinnanvuori@...oo.com>
To: jgarzik@...ox.com, netdev@...r.kernel.org
Subject: [PATCH] Documentation: add a guideline for hard_start_xmit method not to modify SKB
From: Matti Linnanvuori <mattilinnanvuori@...oo.com>
Add a guideline for hard_start_xmit method not to
modify SKB.
Signed-off-by: Matti Linnanvuori
<mattilinnanvuori@...oo.com>
---
--- a/Documentation/networking/driver.txt 2007-12-22
18:50:28.062169500 +0200
+++ b/Documentation/networking/driver.txt 2007-12-22
19:10:58.726566000 +0200
@@ -74,6 +74,9 @@ Transmit path guidelines:
If you return 1 from the hard_start_xmit method,
you must not keep
any reference to that SKB and you must not attempt
to free it up.
+4) A hard_start_xmit method must not modify the
cloned parts of the
+ SKB.
+
Probing guidelines:
1) Any hardware layer address you obtain for your
device should
Machen Sie Yahoo! zu Ihrer Startseite. Los geht's:
http://de.yahoo.com/set
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists