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

Raise BLOCKIF_IOV_MAX to 128 #178

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

Conversation

mike-pt
Copy link

@mike-pt mike-pt commented Oct 14, 2019

This fixes a crash on windows and its based on the same upstream fix.

Windows uses at least 67 and qemu alsosupports 128 hence why we need to raise this.

Assertion failed: (v.vm_pkt_size >= vms->max_packet_size), function vmn_read, file src/pci_virtio_net_vmnet.c, line 337.
 ./xhyverun-windows.sh: line 19:  2066 Abort trap: 6   

Fix on bhyve:
https://reviews.freebsd.org/D10581
Signed-off-by: mike-pt mike-pt@users.noreply.github.com

this fixes a crash on windows and its based on the same upstream fix:

https://reviews.freebsd.org/D10581
Signed-off-by: mike-pt <mike-pt@users.noreply.github.com>
@mike-pt
Copy link
Author

mike-pt commented May 17, 2020

Any chance we can merge this? Can't boot windows guests without this

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.

None yet

1 participant