Skip to content

Commit

Permalink
[PATCH] sky2: fragmented receive for large MTU
Browse files Browse the repository at this point in the history
Use hardware support for chained receive to break up large frames
into multiple pages. This avoids having to do a mult-page allocation
that can fail on a busy system due to fragmented memory.

For normal size MTU, this code behaves the same.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Sep 27, 2006
1 parent 2bb8c26 commit 14d0263
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 81 deletions.
Loading

0 comments on commit 14d0263

Please sign in to comment.