Home
last modified time | relevance | path

Searched refs:zero_copy (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c61 uint32_t zero_copy; member
243 options.zero_copy = in vhost_crypto_parse_args()
300 ret = rte_vhost_crypto_set_zero_copy(vid, options.zero_copy); in new_device()
303 options.zero_copy == 1 ? "enable" : "disable"); in new_device()
497 if (options.zero_copy == RTE_VHOST_CRYPTO_ZERO_COPY_ENABLE) { in main()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c235 uint16_t zero_copy; member
1245 vc_req->zero_copy = vcrypto->option; in vhost_crypto_process_one_req()
1354 if (vc_req->zero_copy == 0) in vhost_crypto_finalize_one_request()