-
Notifications
You must be signed in to change notification settings - Fork 298
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
WIP - do not merge #3683
base: master
Are you sure you want to change the base?
WIP - do not merge #3683
Conversation
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.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-3683/1/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -3928,7 +3955,7 @@ dc_obj_update(tse_task_t *task, struct dtx_epoch *epoch, uint32_t map_ver, | |||
D_DEBUG(DB_IO, "update "DF_OID" dkey_hash "DF_U64"\n", | |||
DP_OID(obj->cob_md.omd_id), dkey_hash); | |||
|
|||
rc = obj_rw_bulk_prep(obj, args->iods, args->sgls, args->nr, true, | |||
rc = obj_rw_bulk_prep(obj, args->iods, obj_auxi->agg_sgls, args->nr, true, |
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.
(style) line over 80 characters
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-3683/1/execution/node/60/log |
Test stage Functional on Leap 15 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-3683/1/execution/node/866/log |
e29178d
to
028aa43
Compare
028aa43
to
ed62989
Compare
aggregate sgl when user buffer is very fragmented.
Signed-off-by: Mohamad Chaarawi mohamad.chaarawi@intel.com