Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Zenarmor (Sensei)
»
why is eastpect locked to a single core
« previous
next »
Print
Pages: [
1
]
Author
Topic: why is eastpect locked to a single core (Read 798 times)
johndchch
Newbie
Posts: 46
Karma: 10
why is eastpect locked to a single core
«
on:
October 17, 2022, 10:39:21 pm »
whilst troubleshooting very uneven core loading I noticed that each eastpect instance seems to be locked to a single core
e.g.
cpuset -g -p <pid of eastpect instancle 0>
pid 17862 mask: 1
pid 17862 domain policy: first-touch mask: 0
I presume this is done to either aid latency or to allow for a multiple interfaces ( and hence multiple eastpect instances )
question is - for a single LAN interface config ( so single eastpect instance ) would setting the mask to all available cores make more sense?
A few quick experiments changing the mask to all cores seems to improve the single core overloads I was seeing, and doesn't seem to affect performance in any negative manner
Logged
sy
Sr. Member
Posts: 337
Karma: 28
Re: why is eastpect locked to a single core
«
Reply #1 on:
October 19, 2022, 03:12:56 pm »
Hi,
Yes, Zenarmor performance will be better for high traffics with multicore support. It is on our roadmap and will be added next year.
Logged
mb
Hero Member
Posts: 911
Karma: 97
Re: why is eastpect locked to a single core
«
Reply #2 on:
October 22, 2022, 09:37:17 pm »
Hi @johndchch,
We intentionally pin zenarmor to a dedicated core in order to prevent CPU context-switching overhead. Because if the process is wandering around CPU cores, we start to see CPU cache misses, which will in turn negatively impact performance.
Having said that, it's very interesting that you're seeing the opposite. Can you provide a bit more information? What is the CPU model? Is there a specific server hardware you're using?
Logged
johndchch
Newbie
Posts: 46
Karma: 10
Re: why is eastpect locked to a single core
«
Reply #3 on:
October 23, 2022, 09:24:03 pm »
it's running on a i7-6700 ( with a 1gbps internet connection ) - and yes, I expect pinning WOULD help on smaller/slower cpus ( especially ones with small L2/L3 ), guess it's one of those things where you had to make a call and obviously need to err on the side of acceptable performance on low powered systems
any chance you could expose the pin option in the UI or too esoteric to explain and too low a priority? right now I just have a cron job to check/reset the process
Logged
mb
Hero Member
Posts: 911
Karma: 97
Re: why is eastpect locked to a single core
«
Reply #4 on:
October 24, 2022, 02:41:34 am »
Hi @johndchch,
Makes sense, thanks.
Sure thing, I think we can introduce an option to the Interface Configuration Screen.
It's a bit late for 1.12, however let's see if we can ship with 1.13.
Logged
athurdent
Full Member
Posts: 190
Karma: 19
Re: why is eastpect locked to a single core
«
Reply #5 on:
October 24, 2022, 06:21:50 am »
Hi @mb,
so, multi core support with RSS is off the table, or is it still being worked on?
@johndchch, would it be possible to share your configuration? I'd really like to give it a spin on my VM running on a multi core EPYC system when I find the time.
Thanks both of you!
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Zenarmor (Sensei)
»
why is eastpect locked to a single core