projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ec70221
)
Temporarily bump the mbuf cluster size
author
Alex Hornung <ahornung@gmail.com>
Thu, 11 Nov 2010 16:21:10 +0000 (16:21 +0000)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Thu, 18 Nov 2010 17:45:07 +0000 (09:45 -0800)
* This solves issues with wpi. Once there is a different solution this
can be reverted.
Suggested-by: Matthew Dillon (dillon@)
sys/sys/param.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/param.h
b/sys/sys/param.h
index
9ab7363
..
7f0a757
100644
(file)
--- a/
sys/sys/param.h
+++ b/
sys/sys/param.h
@@
-278,7
+278,7
@@
#endif
#ifndef MCLSHIFT
-#define MCLSHIFT 11 /* convert bytes to m_buf clusters */
+#define MCLSHIFT 12 /* convert bytes to m_buf clusters */
#endif
#define MCLBYTES (1 << MCLSHIFT) /* size of an m_buf cluster */
#define MCLOFSET (MCLBYTES - 1) /* offset within an m_buf cluster */