Re: [dpdk-dev] [EXT] [PATCH v3 3/4] regexdev: add regexdev core functions
From: Guy Kaneti <hidden>
Date: 2020-06-03 06:58:26
-----Original Message----- From: Ori Kam <redacted> Sent: Thursday, May 07, 2020 12:46 PM To: Jerin Jacob Kollanukkaran <redacted>; xiang.w.wang@intel.com Cc: Guy Kaneti <redacted>; dev@dpdk.org; Pavan Nikhilesh Bhagavatula [off-list ref]; shahafs@mellanox.com; hemant.agrawal@nxp.com; opher@mellanox.com; alexr@mellanox.com; Dovrat Zifroni [off-list ref]; Prasun Kapoor [off-list ref]; nipun.gupta@nxp.com; bruce.richardson@intel.com; yang.a.hong@intel.com; harry.chang@intel.com; gu.jian1@zte.com.cn; shanjiangh@chinatelecom.cn; zhangy.yun@chinatelecom.cn; lixingfu@huachentel.com; wushuai@inspur.com; yuyingxia@yxlink.com; fanchenggang@sunyainfo.com; davidfgao@tencent.com; liuzhong1@chinaunicom.cn; zhaoyong11@huawei.com; oc@yunify.com; jim@netgate.com; hongjun.ni@intel.com; j.bromhead@titan-ic.com; deri@ntop.org; fc@napatech.com; arthur.su@lionic.com; thomas@monjalon.net; orika@mellanox.com; Parav Pandit [off-list ref] Subject: [EXT] [PATCH v3 3/4] regexdev: add regexdev core functions External Email ---------------------------------------------------------------------- This commit introduce the API that is needed by the RegEx devices in order to work with the RegEX lib. During the probe of a RegEx device, the device should configure itself, and allocate the resources it requires. On completion of the device init, it should call the rte_regex_dev_register in order to register itself as a RegEx device. Signed-off-by: Ori Kam <redacted> Signed-off-by: Parav Pandit <redacted>
Acked-by: Guy Kaneti <redacted>