6aa9ceaddf
This patch adds the symmetric capabilities for OCTEON TX2 crypto PMD. Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com> Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
17 lines
374 B
C
17 lines
374 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright (C) 2019 Marvell International Ltd.
|
|
*/
|
|
|
|
#ifndef _OTX2_CRYPTODEV_CAPABILITIES_H_
|
|
#define _OTX2_CRYPTODEV_CAPABILITIES_H_
|
|
|
|
#include <rte_cryptodev.h>
|
|
|
|
/*
|
|
* Get capabilities list for the device
|
|
*
|
|
*/
|
|
const struct rte_cryptodev_capabilities *otx2_cpt_capabilities_get(void);
|
|
|
|
#endif /* _OTX2_CRYPTODEV_CAPABILITIES_H_ */
|