Date: Sat, 18 Oct 2014 01:02:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 194311] [ixgbe] DROP_EN needs to be set early to avoid RX queue hanging Message-ID: <bug-194311-8-tZzJ2XuT3T@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194311-8@https.bugs.freebsd.org/bugzilla/> References: <bug-194311-8@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=194311 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: adrian Date: Sat Oct 18 01:02:31 UTC 2014 New revision: 273244 URL: https://svnweb.freebsd.org/changeset/base/273244 Log: MFC r273112: Set the DROP_EN bit before the RX queue is brought up and active. He noticed issues setting this bit in SRRCTL after the queue was up, so doing it from the sysctl handler isn't enough and may not actually work correctly. This commit doesn't remove the sysctl path or try to change its behaviour. I'll talk with others about how to finish fixing that before I tackle that. PR: kern/194311 Submitted by: luigi MFC after: 3 days Sponsored by: Norse Corp, Inc Changes: _U stable/10/ stable/10/sys/dev/ixgbe/ixgbe.c -- 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-194311-8-tZzJ2XuT3T>