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)
Sat, Apr 4, 6:39 PM
Unknown Object (File)
Fri, Apr 3, 5:39 AM
Unknown Object (File)
Fri, Apr 3, 5:35 AM
Unknown Object (File)
Fri, Mar 27, 12:39 AM
Unknown Object (File)
Thu, Mar 26, 12:11 PM
Unknown Object (File)
Sun, Mar 22, 6:29 PM
Unknown Object (File)
Tue, Mar 10, 7:40 AM
Unknown Object (File)
Tue, Mar 10, 7:19 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 62275
Build 59159: arc lint + arc unit