-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Add LoongArch support #7531
Add LoongArch support #7531
Conversation
Did you check for correct operation of CDS on your HW? I ask because that library is HW-dependent (not surprise for non-blocking shared data access) and in a case of something wrong firebird will not work correctly, specially under highload one may expect crashes or even DB corruption. |
Sorry for not check the test yet. Thanks for your attention. I will check the test and then push the pr again. |
Just sent notification about test results here - no need in new PR. |
Also please post here link for PR to https://github.com/khizmax/libcds as it don't make sense for Firebird to maintain the library port forever. |
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.
ty
@loongson-zn Can you post a version for Firebird 3.0 so I can patch the Debian package locally for the time being? |
Of course, I will notify my friends to submit patches for Debian. |
sorry for the long time no response for the libcds result, because we were analysis the libcds failed problem whe testing basketqueue, and we found the same address read sequence not guarrented in 3A5000, and the 3A6000 fix the problem. loongson@loongson-pc:~/cds-release$ make test 100% tests passed, 0 tests failed out of 66 Total Test time (real) = 8625.49 sec |
3A6000 cpu information:
|
Hi,I'd like to add one new architecture support for LoongArch.
The document and code we've already supported list as follow:
https://loongson.github.io/LoongArch-Documentation/README-EN.html
https://github.com/loongson
Waiting for your reply, thanks