[Bug 256610] Kernel panic with ngtee
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Jun 2021 17:39:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256610 --- Comment #6 from John Baldwin <jhb@FreeBSD.org> --- Ok, I think I'm happy with m_dup always generating a mapped chain then. Presumably even if you did unmapped you'd still need to be allocating pages, etc. m_dup() already handles jumbo frames suboptimally (perhaps) by degrading them to a chain of 2k clusters, so duplicating an unmapped mbuf into a chain of mapped 2k clusters is consistent with that existing behavior. -- You are receiving this mail because: You are the assignee for the bug.