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

Revised ProxyChannel interfaces #400

Merged
merged 3 commits into from
Dec 6, 2024
Merged

Revised ProxyChannel interfaces #400

merged 3 commits into from
Dec 6, 2024

Conversation

chhwang
Copy link
Contributor

@chhwang chhwang commented Dec 5, 2024

  • Renamed ProxyChannel -> BaseProxyChannel and SimpleProxyChannel -> ProxyChannel. It makes the interface more consistent by defining channels to be associated with a certain src/dst memory region: ProxyChannel as "sema + src/dst + fifo" and SmChannel as "sema + src/dst". BaseProxyChannel is not associated with any memory regions, as "sema + fifo".
  • ProxyChannelDeviceHandle now inherits from BaseProxyChannelDeviceHandle, instead of having one as a member.

@chhwang chhwang changed the title Revised core interfaces Revised ProxyChannel interfaces Dec 5, 2024
Copy link
Contributor

@Binyang2014 Binyang2014 left a comment

Choose a reason for hiding this comment

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

LGTM

@chhwang chhwang merged commit 756f24c into main Dec 6, 2024
20 checks passed
@chhwang chhwang deleted the chhwang/rev-intf branch December 6, 2024 18:53
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.

2 participants