Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Conversation

hunhoffe
Copy link
Collaborator

@hunhoffe hunhoffe commented Nov 21, 2023

Previously, each client kernel only had 1 RPC client. Now, we are changing to one RPC client per core per client kernel.

))
};
let clients =
crate::transport::shmem::init_shmem_rpc(true).expect("Failed to initialize shmem RPC");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to create ethernet instead of shmem when ethernet is selected

.expect("Failed to create shmem transport"),
);
let transports =
create_shmem_transport(mid.try_into().unwrap()).expect("Failed to create shmem transport");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to use ethernet instead of shmem when ethernet is selected

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants