Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75573
b: refs/heads/master
c: ce3ba13
h: refs/heads/master
i:
  75571: fa02afb
v: v3
  • Loading branch information
Matti Linnanvuori authored and Jeff Garzik committed Jan 18, 2008
1 parent fde8bd2 commit 4138f43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be63a21c9573fbf88106ff0f030da5974551257b
refs/heads/master: ce3ba1399d2ba81b3699a82649df0cd8223c6662
5 changes: 4 additions & 1 deletion trunk/Documentation/networking/driver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ Transmit path guidelines:
2) Do not forget to update netdev->trans_start to jiffies after
each new tx packet is given to the hardware.

3) Do not forget that once you return 0 from your hard_start_xmit
3) A hard_start_xmit method must not modify the shared parts of a
cloned SKB.

4) Do not forget that once you return 0 from your hard_start_xmit
method, it is your driver's responsibility to free up the SKB
and in some finite amount of time.

Expand Down

0 comments on commit 4138f43

Please sign in to comment.