Skip to content

Revert RIO - move to experimental branch#23

Merged
Alan-Jowett merged 1 commit into
mainfrom
remove_rio_from_main
Dec 5, 2025
Merged

Revert RIO - move to experimental branch#23
Alan-Jowett merged 1 commit into
mainfrom
remove_rio_from_main

Conversation

@Alan-Jowett

Copy link
Copy Markdown
Owner

This pull request removes support for Windows RIO (Registered I/O) mode from the codebase and related CI workflow. The changes simplify the socket utilities by eliminating RIO-specific types, functions, and constants, and update the UDP socket creation API accordingly.

Removal of RIO (Registered I/O) support:

  • All RIO-specific RAII wrappers (unique_rio_cq, unique_rio_rq, unique_rio_buffer), context structs (rio_context), constants, and helper functions have been deleted from src/common/socket_utils.hpp and src/common/socket_utils.cpp. This includes functions for creating RIO queues, registering buffers, and posting RIO sends/receives. [1] [2] [3] [4] [5]
  • The create_udp_socket function and its usage have been simplified: the use_rio parameter has been removed, and the function no longer sets RIO-related flags. [1] [2]

Continuous Integration workflow update:

  • The GitHub Actions workflow .github/workflows/reusable-test.yml no longer runs the "Run loopback test (RIO mode)" job, removing automated RIO testing from CI.

These changes streamline the codebase by removing legacy RIO functionality and related complexity, focusing future development and testing on standard socket operations.

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
@Alan-Jowett
Alan-Jowett merged commit caa0bce into main Dec 5, 2025
1 check passed
@Alan-Jowett
Alan-Jowett deleted the remove_rio_from_main branch December 5, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant