Skip to content
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

rss: support xdp #564

Merged
merged 2 commits into from
Nov 3, 2023
Merged

rss: support xdp #564

merged 2 commits into from
Nov 3, 2023

Conversation

frankdjx
Copy link
Collaborator

@frankdjx frankdjx commented Nov 3, 2023

To use rss on XDP, please make sure the combined queue count is less than the CPU cores.

test with:
sudo ethtool -L enp0s3np0 combined 8
sudo ethtool -L enp0s4np0 combined 8
./build/app/RxTxApp --config_file tests/script/native_af_xdp_json/rss.json

To use rss on XDP, please make sure the combined queue count is less
than the CPU cores.

test with:
sudo ethtool -L enp0s3np0 combined 8
sudo ethtool -L enp0s4np0 combined 8
./build/app/RxTxApp --config_file tests/script/native_af_xdp_json/rss.json

Signed-off-by: Frank Du <[email protected]>
Signed-off-by: Frank Du <[email protected]>
@frankdjx frankdjx marked this pull request as ready for review November 3, 2023 03:16
@frankdjx frankdjx requested a review from ricmli as a code owner November 3, 2023 03:16
@frankdjx frankdjx merged commit 27b263a into OpenVisualCloud:main Nov 3, 2023
31 checks passed
@frankdjx frankdjx deleted the rss_xdp branch November 3, 2023 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants