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

mtu: create tap with multi_queue flag #6085

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yanqzhan
Copy link
Contributor

If vm iface has 'driver queues' in xml, creating tap also need add multi_queue flag.

If vm iface has 'driver queues' in xml, creating tap also need add
multi_queue flag.

Signed-off-by: Yanqiu Zhang <[email protected]>
@yanqzhan
Copy link
Contributor Author

yanqzhan commented Dec 20, 2024

Before: with multiqueue
(1/1) type_specific.io-github-autotest-libvirt.virtual_network.mtu.positive_test.tap.managed_no.larger: ERROR: VM 'avocado-vt-vm1' failed to start: error: Failed to start domain 'avocado-vt-vm1'\nerror: Unable to create multiple fds for tap device tap_S1c (maybe existing device was created without multi_queue flag): Invalid argument(exit status: 1) (8.68 s)

After:
With multiqueue

(1/1) type_specific.io-github-autotest-libvirt.virtual_network.mtu.positive_test.tap.managed_no.larger: PASS (36.68 s)

Without multiqueue

(1/1) type_specific.io-github-autotest-libvirt.virtual_network.mtu.positive_test.tap.managed_no.larger: PASS (36.40 s)

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.

1 participant