Solved How to enable RSS on igb i211 driver

Hi i am trying to swicth suritaca NETMAP mode on FreeBSD 11.4 Release
it requires RSS to work the number of netmap threads created depends on the number of RSS queues available on the NIC.
The Intel I211 Ethernet Controller supports 2 Receive Side Scaling (RSS) queues.

So how can i enable this RSS feature on my igb i211 interface
i didn't find sysctl tunables about it or anything about RSS
and also i upgrade igb 2.5.3-k driver to latest igb 2.5.21 driver
and there is no change
any help will be appreciated at this point..
igb 2.5.21 driver download
Code:
# old 2.5.3-k IGB DRIVER
*igb0: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> port 0xe000-0xe01f mem 0xf7d00000-*0xf7d1ffff,0xf7d20000-0xf7d23fff irq 16 at device 0.0 on pci1
igb0: Using MSIX interrupts with 3 vectors
igb0: Ethernet address: ....
### NEW 2.5.21 IGB DRIVER
*igb0: <Intel(R) PRO/1000 Network Connection, Version - 2.5.21> port 0xe000-0xe01f mem 0xf7d00000-*0xf7d1ffff,0xf7d20000-0xf7d23fff irq 16 at device 0.0 on pci1
igb0: Using MSIX interrupts with 3 vectors
igb0: Ethernet address: ....
 
echo net.inet.rss.bits=2 >> /boot/loader.conf

Intel I211 Ethernet Controller supports 2 Receive Side Scaling (RSS) queues.
 
Back
Top