Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

CART-0000 rpc: add RPC enqueue #403

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

CART-0000 rpc: add RPC enqueue #403

wants to merge 1 commit into from

Conversation

gnailzenh
Copy link
Contributor

Add another callback for RPC enqueue.

Signed-off-by: Liang Zhen liang.zhen@intel.com

Signed-off-by: Liang Zhen <liang.zhen@intel.com>
@daosbuild1
Copy link
Collaborator

Test stage Build RPM on Leap 15 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-403/1/execution/node/267/log

@daosbuild1
Copy link
Collaborator

Test stage Build RPM on CentOS 7 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-403/1/execution/node/264/log

@@ -211,6 +211,7 @@ struct crt_proto_rpc_format {
struct crt_req_format *prf_req_fmt;
/** the RPC hander on the server side */
crt_rpc_cb_t prf_hdlr;
crt_rpc_cb_t prf_enq;
Copy link

Choose a reason for hiding this comment

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

I'm working on a patch to enqueue requests in 'cc_rpc_cb', and the request queue is managed by scheduler.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants