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

Add powercrc32 #9321

Closed
wants to merge 2 commits into from
Closed

Add powercrc32 #9321

wants to merge 2 commits into from

Conversation

minmfang
Copy link

Use power8 crc32 code to accelerate crc32c calculation performance, more information about power8 crc32c can reference the following link:

https://github.com/antonblanchard/crc32-vpmsum

Use power8 crc32-vpmsum code to accelerate crc32c calculation when ceph running on power8 platform
https://github.com/antonblanchard/crc32-vpmsum
@tchaikov
Copy link
Contributor

@minmfang could you squash these two commit into a single one? and put your "Signed-off-by" line at the end of the commit message?

also, could you prefix the title of your commit message with the subcomponent your are changing ? see https://github.com/ceph/ceph/blob/master/SubmittingPatches.rst#preparing-and-sending-patches

@minmfang minmfang closed this May 26, 2016
@minmfang minmfang deleted the add_powercrc32 branch May 26, 2016 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants