-
`size_t ucp_ep_config_get_zcopy_auto_thresh(size_t iovcnt,
}`
do a transformation, we get: there are two points confuse me:
|
Beta Was this translation helpful? Give feedback.
Answered by
yosefe
Aug 9, 2021
Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
haipeng31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zcopy_thressh / bcopy_bw = iovcnt * reg_cost->overhead + zcopy_thresh / bandwidth + zcopy_thresh * reg_cost->growth
in this case left side is bcopy send cost and right side is zcopy send cose (assuming bcopy_bw is slower than network)