Date: Thu, 08 Aug 2019 04:23:48 +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-coZ7pn62QK@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 --- Comment #2 from Greg Rivers <gcr@tharned.org> --- (In reply to Kubilay Kocak from comment #1) Thanks for the suggestion; I didn't know about the ports version of the dri= ver. That version works! So perhaps all that's needed is to commit the ports dri= ver to base. $ fgrep ix /boot/loader.conf if_ix_updated_load=3D"YES" $ grep ^ix0 /var/run/dmesg.boot ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.3.6> port 0x4020-0x403f mem 0xe2900000-0xe29fffff,0xe2a04000-0xe2a07fff at device 0.0 numa-domain 0 on pci4 ix0: Using MSI-X interrupts with 9 vectors ix0: Ethernet address: 48:df:37:62:be:38 ix0: PCI Express Bus: Speed 5.0GT/s Width x8 ix0: link state changed to UP $ pciconf -lvce ix0=20=20=20=20=20=20=20=20=20=20=20=20 ix0@pci0:17:0:0: class=3D0x020000 card=3D0x17d3103c chip=3D0x10fb808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82599ES 10-Gigabit SFI/SFP+ Network Connection' class =3D network subclass =3D ethernet cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit, vector masks=20 cap 11[70] =3D MSI-X supports 64 messages, enabled Table in map 0x1c[0x0], PBA in map 0x1c[0x2000] cap 10[a0] =3D PCI-Express 2 endpoint max data 256(512) FLR RO NS link x8(x8) speed 5.0(5.0) ASPM disabled(L0s) cap 03[e0] =3D VPD ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0003[140] =3D Serial 1 48df37ffff62be38 ecap 000e[150] =3D ARI 1 ecap 0010[160] =3D SR-IOV 1 IOV disabled, Memory Space disabled, ARI en= abled 0 VFs configured out of 64 supported First VF RID Offset 0x0080, VF RID Stride 0x0002 VF Device ID 0x10ed Page Sizes: 4096 (enabled), 8192, 65536, 262144, 10485= 76, 4194304 PCI-e errors =3D Correctable Error Detected Unsupported Request Detected Corrected =3D Advisory Non-Fatal Error $ sysctl hw.ix=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 hw.ix.enable_rss: 1 hw.ix.enable_fdir: 0 hw.ix.unsupported_sfp: 0 hw.ix.enable_msix: 1 hw.ix.advertise_speed: 0 hw.ix.flow_control: 3 hw.ix.max_interrupt_rate: 31250 $ vmstat -i | fgrep ix0 irq269: ix0:q0 1807 5 irq270: ix0:q1 3 0 irq271: ix0:q2 6 0 irq272: ix0:q3 3 0 irq273: ix0:q4 27 0 irq274: ix0:q5 517 1 irq275: ix0:q6 15 0 irq276: ix0:q7 28 0 irq277: ix0:link 1 0 Interesting that the 12.0 driver has fewer sysctl knobs to turn. Also interesting that the current base version of the driver does not print its version number in the probe message. --=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-coZ7pn62QK>