Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.1 Legacy Series
»
OPNSense on Proxmox-> Multiqueue ?
« previous
next »
Print
Pages: [
1
]
Author
Topic: OPNSense on Proxmox-> Multiqueue ? (Read 2837 times)
Bytechanger
Full Member
Posts: 239
Karma: 0
OPNSense on Proxmox-> Multiqueue ?
«
on:
February 05, 2022, 12:53:51 pm »
Hi,
I run OPNSense on my Proxmox-Server und want to enable Multiqueue (Value are my vm-cpu-cores).
The instructions say to enter the following command
ethtool -L ens1 combine 4
But ethtool is not on OPNSense. Are there "tunables" values for it or should I set something else tu run multiqueue?
Greets
Byte
Logged
Bytechanger
Full Member
Posts: 239
Karma: 0
Re: OPNSense on Proxmox-> Multiqueue ?
«
Reply #1 on:
February 05, 2022, 12:56:09 pm »
Saw some values:
hw.igb.rx_process_limit="-1"
hw.igb.tx_process_limit="-1"
legal.intel_igb.license_ack="1"
or
net.isr.maxthreads="-1"
net.isr.bindthreads="1"
or
hw.pci.honor_msi_blacklist=0
hw.vmx.txnqueue=4
hw.vmx.rxnqueue=4
hw.vmx.txndesc=2048
hw.vmx.rxndesc=2048
Don´t know wich is working
«
Last Edit: February 05, 2022, 12:58:29 pm by Bytechanger
»
Logged
Bytechanger
Full Member
Posts: 239
Karma: 0
Re: OPNSense on Proxmox-> Multiqueue ?
«
Reply #2 on:
February 06, 2022, 08:34:09 am »
No idea?
How can i check, if opnsense is using multiqueue?
On Interfaces->Overview I can t see anything special.
Greets
Byte
Logged
Vesalius
Jr. Member
Posts: 76
Karma: 10
Re: OPNSense on Proxmox-> Multiqueue ?
«
Reply #3 on:
February 06, 2022, 05:16:10 pm »
No idea, but I would also be interested in the answer from @franco or others on this one. I know they are exceedingly busy and have been going nonstop with the new release and much larger issues, so I wouldn’t begrudge them weekend time away. I suspect this is handled transparently in the background now by either FreeBSD 13 natively or opnsense 22.1 tweaks, but would be nice to confirm. Hopefully they find time to chime in during the work week.
«
Last Edit: February 06, 2022, 05:19:12 pm by Vesalius
»
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: OPNSense on Proxmox-> Multiqueue ?
«
Reply #4 on:
February 07, 2022, 01:04:29 pm »
I would say it first and foremost depends on the driver being used to be multi-queue capable and then a driver-specific setting if it's even possible to alter it. Some drivers have fixed queue counts based on their hardware (or what is being emulated).
Cheers,
Franco
Logged
tokade
Full Member
Posts: 122
Karma: 5
Re: OPNSense on Proxmox-> Multiqueue ?
«
Reply #5 on:
February 07, 2022, 04:46:14 pm »
Found this script about the usage of queues, but don't know it it works with the current release:
https://github.com/ocochard/BSDRP/blob/master/BSDRP/Files/usr/local/bin/nic-queue-usage
Regards
Torsten
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.1 Legacy Series
»
OPNSense on Proxmox-> Multiqueue ?