Home
last modified time | relevance | path

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

/dpdk/examples/vhost_crypto/
H A Dmain.c61 uint32_t zero_copy; member
258 options.zero_copy = in vhost_crypto_parse_args()
314 ret = rte_vhost_crypto_set_zero_copy(vid, options.zero_copy); in new_device()
317 options.zero_copy == 1 ? "enable" : "disable"); in new_device()
514 if (options.zero_copy == RTE_VHOST_CRYPTO_ZERO_COPY_ENABLE) { in main()
/dpdk/lib/vhost/
H A Dvhost_crypto.c235 uint16_t zero_copy; member
1245 vc_req->zero_copy = vcrypto->option; in vhost_crypto_process_one_req()
1356 if (vc_req->zero_copy == 0) in vhost_crypto_finalize_one_request()