Re: [dpdk-dev] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-02 Thread Jerin Jacob
haoyon...@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; Thomas Monjalon > > > > Subject: Re: [dpdk-dev] [RFC v5] regexdev: introduce regexdev subsystem > &

Re: [dpdk-dev] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-02 Thread Ori Kam
atech.com; arthur...@lionic.com; Thomas Monjalon > > Subject: Re: [dpdk-dev] [RFC v5] regexdev: introduce regexdev subsystem > > Hi Ori, > > Comments below. > > Thanks, > Xiang > > On Thu, Feb 27, 2020 at 03:08:35PM +, Ori Kam wrote: > > From: Jerin Jacob >

Re: [dpdk-dev] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-01 Thread Wang Xiang
Hi Ori, Comments below. Thanks, Xiang On Thu, Feb 27, 2020 at 03:08:35PM +, Ori Kam wrote: > From: Jerin Jacob > > Even though there are some vendors which offer Regex HW offload, due to > lack of standard API, It is diffcult for DPDK consumer to use them > in a portable way. > > This _RF

[dpdk-dev] [RFC v5] regexdev: introduce regexdev subsystem

2020-02-27 Thread Ori Kam
From: Jerin Jacob Even though there are some vendors which offer Regex HW offload, due to lack of standard API, It is diffcult for DPDK consumer to use them in a portable way. This _RFC_ attempts to standardize the RegEx/DPI offload APIs for DPDK. This RFC crafted based on SW Regex API framewor