net/hns3: fix VF configuration after abnormal exit
[dpdk.git] / drivers / crypto / octeontx / otx_cryptodev_ops.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Cavium, Inc
3  */
4
5 #ifndef _OTX_CRYPTODEV_OPS_H_
6 #define _OTX_CRYPTODEV_OPS_H_
7
8 #include <rte_cryptodev.h>
9
10 #define OTX_CPT_MIN_HEADROOM_REQ        (24)
11 #define OTX_CPT_MIN_TAILROOM_REQ        (8)
12 #define CPT_NUM_QS_PER_VF               (1)
13
14 int
15 otx_cpt_dev_create(struct rte_cryptodev *c_dev);
16
17 #endif /* _OTX_CRYPTODEV_OPS_H_ */