]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] e1000: revert to single descriptor for legacy receive path
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 1 Mar 2006 04:24:07 +0000 (20:24 -0800)
committerroot <root@jk-desktop.jf.intel.com>
Wed, 1 Mar 2006 04:24:07 +0000 (20:24 -0800)
commit8fb62fe43befb2070fc73d23e4a4db3d801934d6
treed7c1b8da83d052006335244dfcedd0122a94c470
parent7fcb4b010ceffc07e3225c3e7cbd85c926d63ee0
[PATCH] e1000: revert to single descriptor for legacy receive path

A recent patch attempted to enable more efficient memory usage by using
only 2kB descriptors for jumbo frames.  The method used to implement this
has since been commented upon as "illegal" and in recent kernels even
causes a BUG when receiving ip fragments while using jumbo frames.
This patch simply goes back to the way things were.  We expect some
complaints due to order 3 allocations failing to come back due to this
change.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
drivers/net/e1000/e1000.h
drivers/net/e1000/e1000_main.c