Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One RPCClient per Core #345

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

One RPCClient per Core #345

wants to merge 10 commits into from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants