Date: Thu, 19 Jun 2025 11:32:11 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287229] IP reassembly issue in FreeBSD 14.1 Message-ID: <bug-287229-7501-EgycL6fAbG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-287229-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-287229-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=3D287229 --- Comment #16 from Michael Tuexen <tuexen@freebsd.org> --- (In reply to Rodney W. Grimes from comment #14) What limits do you suggest? The total number of entries (IP_MAXFRAGS) is limited to nmbclusters / 32, w= hich is 400 in this case, since nmbclusters is 12800. Since we have 1024 queues, only up to 400 could be used. This also means that we can reassemble up to = 400 packets in parallel, as long as the hash value is different. You just can't handle collisions. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-287229-7501-EgycL6fAbG>