From: Mallikarjuna R Chilakala Date: Tue, 4 Oct 2005 11:05:44 +0000 (-0400) Subject: e1000: Fixes for packet split related issues X-Git-Tag: v2.6.15-rc1~733^2~1^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c811c9d2f2728ce15440c99b3b44b72799b43f;p=pandora-kernel.git e1000: Fixes for packet split related issues Fixes for packet split related issues * On platforms where PAGE_SIZE > 4K, driver will use only required number of pages compared to always using 3 pages. * Packet split won't be used if the PAGE_SIZE is > 16K * Adds a statistics counter to splits. * Setting the non Null ptr to zero sized buffers to solve packet split receive descriptor error * When the no of pages needed is calculated, the header buffer is not included for a given MTU. Signed-off-by: Mallikarjuna R Chilakala Signed-off-by: Ganesh Venkatesan Signed-off-by: John Ronciak Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed