Date: Tue, 15 Mar 2016 23:25:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 208022] ixgbe - unexpected "ix0: Invalid advertised speed; valid modes are 0x1 through 0x7" at boot time Message-ID: <bug-208022-6-quS7UYbq0Y@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208022-6@https.bugs.freebsd.org/bugzilla/> References: <bug-208022-6@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=3D208022 --- Comment #4 from Terry Kennedy <terry-freebsd@glaver.org> --- Taking a quick look through the code, it seems that ixgbe_set_advertise() is called from 2 places in if_ix.c: 1) ixgbe_sysctl_advertise(), which has a check to see if the value changed = and omits the call if it hasn't. So this probably isn't the problem. 2) ixgbe_attach() calls ixgbe_set_advertise() with ixgbe_advertise_speed wh= ich is 0 on a system where the default hasn't changed. This unconditionally ent= ers ixgbe_set_advertise() which would seem to trigger the error message. --=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-208022-6-quS7UYbq0Y>