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, Mar 10, 7:05 PM
Unknown Object (File)
Sat, Mar 1, 6:34 PM
Unknown Object (File)
Sat, Mar 1, 2:51 PM
Unknown Object (File)
Sat, Feb 22, 6:25 AM
Unknown Object (File)
Feb 18 2025, 2:37 PM
Unknown Object (File)
Feb 18 2025, 12:09 PM
Unknown Object (File)
Feb 15 2025, 5:34 PM
Unknown Object (File)
Feb 13 2025, 11:40 PM
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