regexdev: add core structures
authorOri Kam <orika@mellanox.com>
Mon, 6 Jul 2020 17:36:47 +0000 (17:36 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 6 Jul 2020 22:24:39 +0000 (00:24 +0200)
commit9c26771bc58d7d91231b53128511a8e1e3e4cb77
tree505ba4a5649eaf57423276d3a7a11b3c3d5022a1
parentbab9497ef78b5c290c8112ad65a263f40bebc518
regexdev: add core structures

This commit introduce the rte_regexdev_core.h file.
This file holds internal structures and API that are used by
the regexdev.

Signed-off-by: Ori Kam <orika@mellanox.com>
Acked-by: Guy Kaneti <guyk@marvell.com>
lib/librte_regexdev/Makefile
lib/librte_regexdev/meson.build
lib/librte_regexdev/rte_regexdev.h
lib/librte_regexdev/rte_regexdev_core.h [new file with mode: 0644]