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

msg/async: don't calculate msg header crc when not needed #7815

Merged
merged 1 commit into from Mar 2, 2016

Conversation

branch-predictor
Copy link
Contributor

There was a missing condition that caused to calculate outgoing message
header CRC even if CRC checking was disabled in Ceph configuration.
This change fixes that.

Signed-off-by: Piotr Dałek piotr.dalek@ts.fujitsu.com

There was a missing condition that caused to calculate outgoing message
header CRC even if CRC checking was disabled in Ceph configuration.
This change fixes that.

Signed-off-by: Piotr Dałek <piotr.dalek@ts.fujitsu.com>
@liewegas
Copy link
Member

liewegas commented Mar 2, 2016

@yuyuyu101 this look right?

@liewegas
Copy link
Member

liewegas commented Mar 2, 2016

passed rados run

@yuyuyu101
Copy link
Member

LGTM

yuyuyu101 added a commit that referenced this pull request Mar 2, 2016
msg/async: don't calculate msg header crc when not needed

Reviewed-by: Haomai Wang <haomai@xsky.com>
@yuyuyu101 yuyuyu101 merged commit 8889d0c into ceph:master Mar 2, 2016
@branch-predictor branch-predictor deleted the bp-conditional-crc branch May 5, 2016 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants