]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commita1415ee65500597e19c0ac44872db66105bad0e7
treed7c1b8da83d052006335244dfcedd0122a94c470
parentbd71c2b17468a2531fb4c81ec1d73520845e97e1
[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