-
Notifications
You must be signed in to change notification settings - Fork 175
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
[Bug]: Incorrect default value of llq_policy
#331
Comments
I also checked the git history on |
llq_policy
Thank you for contacting us. |
Also faced with this. Same DPDK version. Distro:
|
Thanks for confirming. Would like to exchange our experience in using DPDK on AWS. |
Thank you for reaching out and sharing your concerns. I’d like to address the three issues you reported: Performance issue of ENA PMD driver for DPDK Outdated ENA PMD driver Incorrect default value of llq_policy We value your feedback and are committed to providing a resolution to each of these issues. |
@Binary-Vanguard-12138 / @selevit, Regarding this issue [Bug]: Incorrect default value of llq_policy
Let us know if you need further assistance |
Thanks for the patch. |
|
@amitbern-aws or @shaibran , I wonder if I need to open another issue for a performance problem, but here is a brief summary of the problem that I am currently facing. |
Binary-Vanguard-12138 it is recommended to use unique cores for Tx and Rx. If this is already the case, than it is might be related to the underlayers implementation which is something that is not exposed to the host. |
Thanks for your response. |
|
BTW, we already up streamed the LLQ policy bug fix and it is expected to be staged to DPDK 24.11.1. Thank you again for letting us know about the problem. |
Binary-Vanguard-12138 I am resolving this issue as the bug discussed is staged for the upcoming release 25.03 and LTS 24.11.1. |
Hey, I downloaded the newest DPDK-24-11-1 and checked the code, and it looks like your patch was not added to this stable release version. |
Hi, DPDK 24.11.1 was released only few days after 24.11 to include a fix for CVE-2024-11614. The ENA patch was accepted but will be included in the upcoming release. |
Preliminary Actions
Driver Type
DPDK PMD for Elastic Network Adapter (ENA)
Driver Tag/Commit
ena_dpdk_2.11.0
Custom Code
No
OS Platform and Distribution
4.14.336-257.568.amzn2.x86_64 #1 SMP Sat Mar 23 09:49:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Bug description
According to the 18. ENA Poll Mode Driver of official DPDK documentation, after upgrading the DPDK to 24.11 version, runtime configuration for LLQ policy has been refactored and
llq_policy
is supposed to be 1 by default.But during the test, it throws the following warning message if I don't specify the
llq_policy
devargs.That means,
llq_policy
was applied as 0 which disabled LLQ.Reproduction steps
Expected Behavior
Should not throw the above type of warnings.
Actual Behavior
Could see the warning, and the total PPS decreased by 10%.
Additional Data
No response
Relevant log output
No response
Contact Details
The text was updated successfully, but these errors were encountered: