vhost/crypto: add request handler
[dpdk.git] / lib / librte_vhost / rte_vhost_crypto.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2017-2018 Intel Corporation
3  */
4
5 #ifndef _VHOST_CRYPTO_H_
6 #define _VHOST_CRYPTO_H_
7
8 enum rte_vhost_crypto_zero_copy {
9         RTE_VHOST_CRYPTO_ZERO_COPY_DISABLE = 0,
10         RTE_VHOST_CRYPTO_ZERO_COPY_ENABLE,
11         RTE_VHOST_CRYPTO_MAX_ZERO_COPY_OPTIONS
12 };
13
14 #endif /**< _VHOST_CRYPTO_H_ */