-
Notifications
You must be signed in to change notification settings - Fork 341
DAOS-16935 cart: add D_MEM_DEVICE and cio_mem_device init option #15937
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
base: master
Are you sure you want to change the base?
Conversation
|
Ticket title is 'dfs_write bad address from 32K buffer allocated with malloc_shared' |
|
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15937/1/execution/node/1420/log |
f7e7aee to
cfe966c
Compare
|
Test stage Functional Hardware Medium Verbs Provider MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-15937/3/execution/node/1347/log |
This enables the detection and use of memory devices for RMA transfers Clean up cart init info print Consolidate parsing of cart init options Signed-off-by: Jerome Soumagne <jerome.soumagne@hpe.com>
fe6fb1d to
ec5dc4f
Compare
| D_INFO("interface = %s\n", opt->cio_interface); | ||
| D_INFO("domain = %s\n", opt->cio_domain); | ||
| D_INFO("port = %s\n", opt->cio_port); | ||
| if (opt->cio_auth_key) |
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.
we don't need if () here if we are just going to print opt->cio_auth_key value. previously we only printed if it was set or not. and then likewise D_AUTH_KEY environment variable should be changed from ENV_STR_NO_PRINT to ENV_STR to have the same corresponding behavior with opt
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.
ok I will fix that once the CI finishes
| static const char *const crt_tc_name[] = {CRT_TRAFFIC_CLASSES}; | ||
| #undef X | ||
|
|
||
| #define CRT_ENV_OPT_GET(opt, x, env) \ |
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.
i like this:)
This enables the detection and use of memory devices for RMA transfers
Before requesting gatekeeper:
Features:(orTest-tag*) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: