-
Notifications
You must be signed in to change notification settings - Fork 84
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
fix:update fpga dfl ioctl changes and bug fixes #3021
Conversation
-Remove numa node from dfl ioctl - Fix bugs -Add HE-CACHE csr function to print csr. Signed-off-by: anandaravuri <[email protected]>
Pull Request Test Coverage Report for Build 6499770113
💛 - Coveralls |
he_ctl_.Start = 0; | ||
host_exe_->write64(HE_CTL, he_ctl_.value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems odd. I think that the hardware would want to clear the bit once the test was started. That way, software could check whether the hardware has started. May want to raise this to the hw team.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
- add command line input --bias to support CXL-IP modes - add command line input --device to support multiple he-cache instances Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: anandaravuri <[email protected]>
-Remove numa node from dfl ioctl
-Add HE-CACHE csr function to print csr.