Skip to content

aie debugger through cert support #545

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

aie debugger through cert support #545

wants to merge 6 commits into from

Conversation

xuhz
Copy link

@xuhz xuhz commented May 16, 2025

  1. when hwctx is created, launch a thread running as tcp server
  2. tcp server create a umq with only one entry
  3. depending on the cmd request from the tcp client, the tcp server will
  • issue hw ctx config ioctl to assign/release dbg buffer
  • send cmd to the 1 entry umq. there is no completion interrupt for this q, we use busy poll to check the completion

@EugeneHiew
Copy link

Can one of the admins verify this patch?

@xuhz xuhz marked this pull request as draft May 16, 2025 16:41
@houlz0507 houlz0507 requested a review from maxzhen May 16, 2025 16:43
@maxzhen maxzhen requested review from xdavidz and hlaccabu May 16, 2025 19:26
Copy link
Contributor

@hlaccabu hlaccabu left a comment

Choose a reason for hiding this comment

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

lgtm

@xuhz xuhz marked this pull request as ready for review May 21, 2025 06:37
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.

4 participants