From: Jesse Brandeburg Date: Fri, 15 Dec 2006 09:40:39 +0000 (+0100) Subject: [PATCH] e1000: Make the copybreak value a module parameter X-Git-Tag: v2.6.20-rc3~56^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f753861d272e648f3234e4f5fdea9434ae7bee4;p=pandora-kernel.git [PATCH] e1000: Make the copybreak value a module parameter Allow the user to vary the size that copybreak works. Currently cb is enabled for packets < 256 bytes, but various tests indicate that this should be configurable for specific use cases. In addition, this parameter allows us to force never/always during testing to get full and predictable coverage of both code paths. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok Signed-off-by: Arjan van de Ven Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed