Date: Mon, 21 Jun 2021 17:39:46 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 256610] Kernel panic with ngtee Message-ID: <bug-256610-7501-2pvzF15HsG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256610-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-256610-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256610 --- Comment #6 from John Baldwin <jhb@FreeBSD.org> --- Ok, I think I'm happy with m_dup always generating a mapped chain then.=20 Presumably even if you did unmapped you'd still need to be allocating pages, etc. m_dup() already handles jumbo frames suboptimally (perhaps) by degrad= ing them to a chain of 2k clusters, so duplicating an unmapped mbuf into a chai= n of mapped 2k clusters is consistent with that existing behavior. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256610-7501-2pvzF15HsG>