Page MenuHomeFreeBSD

sockets: make pr_aio_queue the default method
ClosedPublic

Authored by glebius on Feb 5 2025, 11:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 8:45 PM
Unknown Object (File)
Wed, Oct 1, 12:29 AM
Unknown Object (File)
Mon, Sep 29, 8:27 AM
Unknown Object (File)
Sat, Sep 27, 5:05 PM
Unknown Object (File)
Thu, Sep 25, 3:46 AM
Unknown Object (File)
Tue, Sep 23, 2:38 PM
Unknown Object (File)
Sep 15 2025, 8:19 PM
Unknown Object (File)
Sep 15 2025, 4:17 AM
Subscribers

Details

Summary

Call it directly instead of each time calling pr_aio_queue_notsupp() and
then doing the actual job. The only user of non default method was
cxgbe(4). It calls now into the default method in case of own method
failure. This preserves existing behavior.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable