-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to assign more cores to one single queue. #9
Comments
This was referenced Sep 14, 2022
@tohojo is it possible somehow now? |
Jarosław Kłopotek - INTERDUO ***@***.***> writes:
@tohojo is it possible somehow now?
Not in the current version of the code in this repository, no...
|
Is there a plan to implement this function/feature/change, or has it already been completed and is just waiting for the next release of xdp-cpumap-tc? |
Jarosław Kłopotek - INTERDUO ***@***.***> writes:
Is there a plan to implement this function/feature/change, or has it
already been completed and is just waiting for the next release of
[xdp-cpumap-tc](https://github.com/xdp-project/xdp-cpumap-tc)?
I am not aware of any such plans, no. Pull requests are always welcome,
of course :)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some cpu got many not so fast cores (28C cpu). If we use 1:1 mapping transfer from every one ip will be limited to power of the core.
So if we got >16 cores in total we could make 8 queues and map 2cores/queue. This would be big performance booster. Is it possible to do it in this way?
We could also make setting
coresQueueRatio
and map using this setting.Good example is network with 40G interface and with 1:1 mapping (cpucores/htb mq queue) is not making transfers for single IP above 10Gbit because of one core performance)
The text was updated successfully, but these errors were encountered: