4cd1c5fd9e
Add meson based build infrastructure along with the OTX2 regexdev (REE) device functions. Add Marvell OCTEON TX2 regex guide. Signed-off-by: Guy Kaneti <guyk@marvell.com>
12 lines
268 B
C
12 lines
268 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright (C) 2020 Marvell International Ltd.
|
|
*/
|
|
|
|
#ifndef _OTX2_REGEXDEV_COMPILER_H_
|
|
#define _OTX2_REGEXDEV_COMPILER_H_
|
|
|
|
int
|
|
otx2_ree_rule_db_compile_prog(struct rte_regexdev *dev);
|
|
|
|
#endif /* _OTX2_REGEXDEV_COMPILER_H_ */
|