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)
Fri, Aug 14, 11:14 AM
Unknown Object (File)
Mon, Aug 3, 10:15 PM
Unknown Object (File)
Mon, Aug 3, 10:15 PM
Unknown Object (File)
Thu, Jul 23, 1:30 AM
Unknown Object (File)
Wed, Jul 22, 12:44 PM
Unknown Object (File)
Jul 21 2026, 9:07 AM
Unknown Object (File)
Jun 7 2026, 9:55 AM
Unknown Object (File)
May 20 2026, 12:23 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