Date: Sun, 7 May 2023 15:58:13 -0400 From: Cheng Cui <cc@freebsd.org> To: freebsd-net@freebsd.org Subject: missing hw.em.msix support in FreeBSD 14.0-CURRENT? Message-ID: <CAGaXuiKNLjWRE=a15k_qU2K-pcHoPfT9rrfLjCqstCaFb7kwbw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
--000000000000e6becf05fb1ff126 Content-Type: text/plain; charset="UTF-8" Hello, I am using this em(4) driver for some tests. According to the man page below, there should be a "hw.em.msix" sysctl to enable/disable MSI-X style interrupts. But why is it missing in my system below? https://man.freebsd.org/cgi/man.cgi?em(4) root@s1:~ # dmesg | egrep "8254" Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 em0: <Intel(R) Legacy PRO/1000 MT 82541GI> port 0xdcc0-0xdcff mem 0xdfae0000-0xdfafffff irq 64 at device 7.0 on pci6 em1: <Intel(R) Legacy PRO/1000 MT 82541GI> port 0xccc0-0xccff mem 0xdf8e0000-0xdf8fffff irq 65 at device 8.0 on pci7 em2: <Intel(R) Legacy PRO/1000 MT 82546EB (Copper)> port 0xbcc0-0xbcff mem 0xdf5e0000-0xdf5fffff irq 106 at device 4.0 on pci9 em3: <Intel(R) Legacy PRO/1000 MT 82546EB (Copper)> port 0xbc80-0xbcbf mem 0xdf5c0000-0xdf5dffff irq 107 at device 4.1 on pci9 em4: <Intel(R) Legacy PRO/1000 MT 82546EB (Copper)> port 0xacc0-0xacff mem 0xdf3e0000-0xdf3fffff irq 101 at device 3.0 on pci10 em5: <Intel(R) Legacy PRO/1000 MT 82546EB (Copper)> port 0xac80-0xacbf mem 0xdf3c0000-0xdf3dffff irq 102 at device 3.1 on pci10 root@s1:~ # ifconfig em5 em5: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=481009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,VLAN_HWFILTER,NOMAP> ether 00:04:23:b7:1e:1d inet 10.1.1.2 netmask 0xffffff00 broadcast 10.1.1.255 media: Ethernet 1000baseT <full-duplex> status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> root@s1:~ # sysctl hw.em hw.em.max_interrupt_rate: 8000 hw.em.eee_setting: 1 hw.em.rx_process_limit: 100 hw.em.sbp: 0 hw.em.smart_pwr_down: 0 hw.em.rx_abs_int_delay: 66 hw.em.tx_abs_int_delay: 66 hw.em.rx_int_delay: 0 hw.em.tx_int_delay: 66 hw.em.disable_crc_stripping: 0 root@s1:~ # Best Regards, Cheng Cui --000000000000e6becf05fb1ff126 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Hello,</div><div><br></div><div>I am using this em(4)= driver for some tests. According to the man page below, there should be a = "hw.em.msix" sysctl to enable/disable MSI-X style interrupts. But= why is it missing in my system below?<br></div><div><a href=3D"https://man= .freebsd.org/cgi/man.cgi?em(4)">https://man.freebsd.org/cgi/man.cgi?em(4)</= a></div><div><br></div><div>root@s1:~ # dmesg | egrep "8254"<br>T= imecounter "i8254" frequency 1193182 Hz quality 0<br>Event timer = "i8254" frequency 1193182 Hz quality 100<br>em0: <Intel(R) Leg= acy PRO/1000 MT 82541GI> port 0xdcc0-0xdcff mem 0xdfae0000-0xdfafffff ir= q 64 at device 7.0 on pci6<br>em1: <Intel(R) Legacy PRO/1000 MT 82541GI&= gt; port 0xccc0-0xccff mem 0xdf8e0000-0xdf8fffff irq 65 at device 8.0 on pc= i7<br>em2: <Intel(R) Legacy PRO/1000 MT 82546EB (Copper)> port 0xbcc0= -0xbcff mem 0xdf5e0000-0xdf5fffff irq 106 at device 4.0 on pci9<br>em3: <= ;Intel(R) Legacy PRO/1000 MT 82546EB (Copper)> port 0xbc80-0xbcbf mem 0x= df5c0000-0xdf5dffff irq 107 at device 4.1 on pci9<br>em4: <Intel(R) Lega= cy PRO/1000 MT 82546EB (Copper)> port 0xacc0-0xacff mem 0xdf3e0000-0xdf3= fffff irq 101 at device 3.0 on pci10<br>em5: <Intel(R) Legacy PRO/1000 M= T 82546EB (Copper)> port 0xac80-0xacbf mem 0xdf3c0000-0xdf3dffff irq 102= at device 3.1 on pci10<br><br>root@s1:~ # ifconfig em5<br>em5: flags=3D884= 3<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500<br> optio= ns=3D481009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,VLAN_HWFI= LTER,NOMAP><br> ether 00:04:23:b7:1e:1d<br> inet 10.1.1.2 netmask 0xffff= ff00 broadcast 10.1.1.255<br> media: Ethernet 1000baseT <full-duplex>= <br> status: active<br> nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINK= LOCAL><br><br>root@s1:~ # sysctl hw.em<br>hw.em.max_interrupt_rate: 8000= <br>hw.em.eee_setting: 1<br>hw.em.rx_process_limit: 100<br>hw.em.sbp: 0<br>= hw.em.smart_pwr_down: 0<br>hw.em.rx_abs_int_delay: 66<br>hw.em.tx_abs_int_d= elay: 66<br>hw.em.rx_int_delay: 0<br>hw.em.tx_int_delay: 66<br>hw.em.disabl= e_crc_stripping: 0<br>root@s1:~ # </div><div><div><div dir=3D"ltr" class=3D= "gmail_signature" data-smartmail=3D"gmail_signature"><div dir=3D"ltr"><div>= <br></div>Best Regards,<div>Cheng Cui</div></div></div></div></div></div> --000000000000e6becf05fb1ff126--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGaXuiKNLjWRE=a15k_qU2K-pcHoPfT9rrfLjCqstCaFb7kwbw>