Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

dpdk: fix RSS configuration #246

Merged
merged 2 commits into from
Dec 27, 2024
Merged

dpdk: fix RSS configuration #246

merged 2 commits into from
Dec 27, 2024

Conversation

SiskaPavel
Copy link
Contributor

Previously, RSS was set to RTE_ETH_RSS_IP, which is not supported by all NICs. This update allows configuring RSS to a subset of RTE_ETH_RSS_IP, ensuring better compatibility.

@SiskaPavel SiskaPavel requested a review from Lukas955 December 27, 2024 10:47
@codecov-commenter
Copy link

codecov-commenter commented Dec 27, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.80%. Comparing base (10fea0b) to head (8d412de).
Report is 3 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #246      +/-   ##
==========================================
+ Coverage   40.61%   40.80%   +0.19%     
==========================================
  Files         104      104              
  Lines       10120    10124       +4     
  Branches     1492     1492              
==========================================
+ Hits         4110     4131      +21     
+ Misses       5145     5128      -17     
  Partials      865      865              
Flag Coverage Δ
tests 40.80% <ø> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Previously, RSS was set to RTE_ETH_RSS_IP, which is not supported by all NICs.
This update allows configuring RSS to a subset of RTE_ETH_RSS_IP, ensuring better compatibility.
@SiskaPavel SiskaPavel merged commit 82958b1 into master Dec 27, 2024
5 checks passed
@SiskaPavel SiskaPavel deleted the dpdk-rss branch December 27, 2024 15:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants