I'm trying to enable polling on em0 ( Intel 82583v chip) but not work.
After I compile custom kernel with options DEVICE_POLLING and HZ=1000 trying to set with
I'm using 13.1-RELEASE.
If I try with some Realtek nic re(4) everything work fine and can enable polling.
Did I miss something or em(4) and polling not working?
After I compile custom kernel with options DEVICE_POLLING and HZ=1000 trying to set with
ifconfig em0 polling
but not appear in:
Code:
em0: flags=8867<UP,BROADCAST,DEBUG,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=481009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,VLAN_HWFILTER,NOMAP>
If I try with some Realtek nic re(4) everything work fine and can enable polling.
Did I miss something or em(4) and polling not working?