Displaying 1 result from an estimated 1 matches for "136b2d20dc81".
2005 Nov 10
2
[PATCH] Increase MAX_SKBUFF_ORDER
...recent (changeset 7700) switch to use the architecture
specific skbuff allocation routine breaks with very large MTU sizes.
The below patch raises the MAX_SKBUFF_ORDER to 3. Could this be
applied to make it the default?
Thanks,
Phil
Signed-Off-by: Philip Auld <pauld@egenera.com>
diff -r 136b2d20dc81 linux-2.6-xen-sparse/arch/xen/kernel/skbuff.c
--- a/linux-2.6-xen-sparse/arch/xen/kernel/skbuff.c Wed Nov 9 15:08:37 2005
+++ b/linux-2.6-xen-sparse/arch/xen/kernel/skbuff.c Thu Nov 10 09:40:26 2005
@@ -17,7 +17,7 @@
/* Referenced in netback.c. */
/*static*/ kmem_cache_t *skbuff_cachep;
-#defi...