net/octeontx2: create security context
[dpdk.git] / drivers / net / octeontx2 / otx2_ethdev_sec.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (C) 2020 Marvell International Ltd.
3  */
4
5 #ifndef __OTX2_ETHDEV_SEC_H__
6 #define __OTX2_ETHDEV_SEC_H__
7
8 #include <rte_ethdev.h>
9
10 int otx2_eth_sec_ctx_create(struct rte_eth_dev *eth_dev);
11
12 void otx2_eth_sec_ctx_destroy(struct rte_eth_dev *eth_dev);
13
14 #endif /* __OTX2_ETHDEV_SEC_H__ */