5953c958c12ee1d1a7faea57863b105d9a383539
[dpdk.git] / drivers / crypto / nitrox / nitrox_sym_reqmgr.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2019 Marvell International Ltd.
3  */
4
5 #ifndef _NITROX_SYM_REQMGR_H_
6 #define _NITROX_SYM_REQMGR_H_
7
8 struct rte_mempool *nitrox_sym_req_pool_create(struct rte_cryptodev *cdev,
9                                                uint32_t nobjs, uint16_t qp_id,
10                                                int socket_id);
11 void nitrox_sym_req_pool_free(struct rte_mempool *mp);
12
13 #endif /* _NITROX_SYM_REQMGR_H_ */