Date: Thu, 08 Aug 2019 09:53:58 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239704] ixgbe(4): Only one queue (of eight) enabled on 12.0-RELEASE (ProLiant DL380 Gen10) Message-ID: <bug-239704-227-7pAup0mY3b@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239704-227@https.bugs.freebsd.org/bugzilla/> References: <bug-239704-227@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=3D239704 Jeff Pieper <jeffrey.e.pieper@intel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffrey.e.pieper@intel.com --- Comment #3 from Jeff Pieper <jeffrey.e.pieper@intel.com> --- The driver that is in 12.0 uses the iflib framework, which makes it impossi= ble to port 3.3.6 into BASE. The driver version is printed via sysctl: # sysctl dev.ix|grep version dev.ix.0.iflib.driver_version: 4.0.1-k dev.ix.1.iflib.driver_version: 4.0.1-k The vendor-specific (non-iflib) sysctls for ix are: dev.ix.x.advertise_speed: 0 dev.ix.x.fc: 0 You can read more about iflib (available sysctls etc) here: https://www.freebsd.org/cgi/man.cgi?query=3Diflib&sektion=3D4&apropos=3D0&m= anpath=3DFreeBSD+12.0-RELEASE+and+Ports One of our developers will work on investigating this, but it may be specif= ic to your hardware, as we do not see this on OEM-generic adapters. There also= may be relevant iflib changes in 12-STABLE or CURRENT as well. --=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-239704-227-7pAup0mY3b>