Page MenuHomeFreeBSD

bhyve: Use a blocking socket in the helper process
ClosedPublic

Authored by markj on Dec 22 2025, 7:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 9:06 AM
Unknown Object (File)
Mon, May 11, 3:39 AM
Unknown Object (File)
Mon, May 11, 3:39 AM
Unknown Object (File)
Mon, May 11, 2:34 AM
Unknown Object (File)
Mon, Apr 27, 4:00 PM
Unknown Object (File)
Mon, Apr 27, 1:48 PM
Unknown Object (File)
Apr 12 2026, 2:51 AM
Unknown Object (File)
Apr 12 2026, 12:13 AM

Details

Summary

The send_packet callback does not handle EAGAIN, and on the recv side we
already use poll() and MSG_DONTWAIT to implement a non-blocking loop.

PR: 291616

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69442
Build 66325: arc lint + arc unit