https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207446
Steven Hartland <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Steven Hartland <[email protected]> --- Created attachment 171249 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171249&action=edit Fix vtnet hang with max_virtqueue_pairs > VTNET_MAX_QUEUE_PAIRS While the analysis seems sound the patch to add vt_device_max_vq_pairs doesn't seem like the right thing to me. I believe the block which limits the max queues in vtnet_setup_features should be used to limit npairs passed to vtnet_ctrl_mq_cmd, so something like the attached (untested). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
