Re: [dpdk-dev] [PATCH v2 2/4] regexdev: add regex core h file

2020-04-20 Thread Ori Kam
m; > > liuzho...@chinaunicom.cn; zhaoyon...@huawei.com; o...@yunify.com; > > j...@netgate.com; hongjun...@intel.com; j.bromh...@titan-ic.com; > > d...@ntop.org; f...@napatech.com; arthur...@lionic.com; > > tho...@monjalon.net; or...@mellanox.com > > Subject: [dp

Re: [dpdk-dev] [PATCH v2 2/4] regexdev: add regex core h file

2020-04-20 Thread Guy Kaneti
tho...@monjalon.net; or...@mellanox.com > Subject: [dpdk-dev] [PATCH v2 2/4] regexdev: add regex core h file > > 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 > --- &g

[dpdk-dev] [PATCH v2 2/4] regexdev: add regex core h file

2020-04-17 Thread Ori Kam
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 --- v2: * Move private data to rte_regexdev struct. --- lib/librte_regexdev/Makefile| 1 + lib/librte_regexdev/meson.build |