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

Squashing all commits for porting to aarch64 into one. #1

Open
wants to merge 1 commit into
base: touchstone-master-02425932
Choose a base branch
from

Conversation

safiyat
Copy link
Member

@safiyat safiyat commented Oct 9, 2024

Ported asm cpuid to arm64.
asm cpuid needs porting to arm64.
Porting to arm64.
Changing uint8_t to uint32_t for RTE_MAX_LCORE becasue if RTE_MAX_LCORE >= 256, uint8_t cause infinite loop as it values between 0 to 255

@safiyat safiyat added the Pending Tests The code change is pending comprehensive dev testing. label Oct 9, 2024
Copy link
Member

@deebhatia deebhatia left a comment

Choose a reason for hiding this comment

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

Also raise the PR upstream on latest master: https://gerrit.opnfv.org/gerrit/q/project:samplevnf

Ported asm cpuid to arm64.
asm cpuid needs porting to arm64.
Porting to arm64.
Changing uint8_t to uint32_t for RTE_MAX_LCORE becasue if RTE_MAX_LCORE >= 256, uint8_t cause infinite loop as it values between 0 to 255

Signed-off-by: Md Safiyat Reza <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pending Tests The code change is pending comprehensive dev testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants