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

2020-02-27 Thread Jerin Jacob
On Thu, Feb 27, 2020 at 8:11 PM 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 _RFC_ attempts to standardize the RegEx/DPI offload A

[dpdk-dev] [RFC v4] 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