Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2022 15:39:02 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 51b886a812a7 - stable/13 - NOTES: Update the comment for MCLSHIFT
Message-ID:  <202208311539.27VFd27d089597@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=51b886a812a70841bf110d599e3e2f21db61340a

commit 51b886a812a70841bf110d599e3e2f21db61340a
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-08-24 23:59:32 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-08-31 15:38:27 +0000

    NOTES: Update the comment for MCLSHIFT
    
    (cherry picked from commit 465988e9fa8abb222cfda07a82c8f0bfe0f36074)
---
 sys/conf/NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 885e3ba23f1a..8d0193303fff 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2031,7 +2031,7 @@ device		rtwnfw
 # mismatch between the mbuf size assumed by the kernel and the mbuf size
 # assumed by a module.  The only driver that currently has the ability to
 # detect a mismatch is ti(4).
-options 	MCLSHIFT=11	# mbuf cluster shift in bits, 12 == 4KB
+options 	MCLSHIFT=11	# mbuf cluster shift in bits, 11 == 2KB
 options 	MSIZE=256	# mbuf size in bytes
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208311539.27VFd27d089597>