Skip to content

Commit

Permalink
pasemi_mac: jumbo frame support
Browse files Browse the repository at this point in the history
First cut at jumbo frame support. To support large MTU, one or several
separate channels must be allocated to calculate the TCP/UDP checksum
separately, since the mac lacks enough buffers to hold a whole packet
while it's being calculated.

Furthermore, it seems that a single function channel is not quite
enough to feed one of the 10Gig links, so allocate two channels for
XAUI interfaces.

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Olof Johansson committed Mar 5, 2008
1 parent dda56df commit 8d636d8
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 36 deletions.
Loading

0 comments on commit 8d636d8

Please sign in to comment.