Date: Mon, 07 Nov 2016 17:11:31 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 212413] FreeBSD 11-RC2 crashing after some time Message-ID: <bug-212413-8-nR62CQilST@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212413-8@https.bugs.freebsd.org/bugzilla/> References: <bug-212413-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212413 freebsd@mcwest.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebsd@mcwest.org --- Comment #3 from freebsd@mcwest.org --- (In reply to nicolas from comment #2) FYI, including ALTQ in the kernel config switches igb(4) interfaces to legacy single-queue mode. I have seen crashes like these with high-bandwidth traffic when the driver is in this mode. If you need ALTQ, add a queue to limit throughput through igb interfaces. For example, the following workaround has prevented crashes on my systems for the last six months: ## Limit bandwidth on internal interface to avoid igb driver bug altq on $int_if cbq bandwidth 404Mb queue { internal } queue internal bandwidth 99% priority 1 cbq(default red borrow) -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212413-8-nR62CQilST>
