numam-dpdk/drivers/crypto/dpaa2_sec/dpaa2_sec_event.h
Nipun Gupta 3835cc228f event/dpaa2: set priority as per DPCON device
This patch sets the priority of the dpcon dev, such that it is
within the supported range of dpcon

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2019-10-18 10:03:09 +02:00

19 lines
379 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2018 NXP
*
*/
#ifndef _DPAA2_SEC_EVENT_H_
#define _DPAA2_SEC_EVENT_H_
int
dpaa2_sec_eventq_attach(const struct rte_cryptodev *dev,
int qp_id,
struct dpaa2_dpcon_dev *dpcon,
const struct rte_event *event);
int dpaa2_sec_eventq_detach(const struct rte_cryptodev *dev,
int qp_id);
#endif /* _DPAA2_SEC_EVENT_H_ */