Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-27 Thread Wang Xiang
.@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] [PATCH v3] regexdev: introduce regexdev subsystem > > > > Hi Ori, > > > > Tha

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-26 Thread Ori Kam
ainfo.com; > davidf...@tencent.com; 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; Thomas Monjalon > > Subject: Re: [dpdk-dev] [PATCH v3] regexdev: i

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-26 Thread Wang Xiang
ngg...@sunyainfo.com; > > davidf...@tencent.com; 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; Thomas Monjalon > > > > Sub

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-26 Thread Ori Kam
...@sunyainfo.com; > davidf...@tencent.com; 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; Thomas Monjalon > > Subject: Re: [dpdk-dev] [

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-25 Thread Wang Xiang
n, > > Bruce ; yang.a.h...@intel.com; > > harry.ch...@intel.com; gu.ji...@zte.com.cn; shanjia...@chinatelecom.cn; > > zhangy@chinatelecom.cn; lixin...@huachentel.com; wush...@inspur.com; > > yuying...@yxlink.com; fanchengg...@sunyainfo.com; > > davidf...@tencent.com; liu

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-24 Thread Ori Kam
ainfo.com; > davidf...@tencent.com; 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; Thomas Monjalon > > Subject: Re: [dpdk-dev] [PATCH v3]

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-24 Thread Jerin Jacob
> > 4) app/test/test_regexdev.c like app/test/test_eventdev.c > > We started to create a super basic app, after the API will be finalized and > we will have HW > we can push it. (if you need it faster than feel free) A simple Unit test case needs to be present for the APIs. On the course of devel

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-23 Thread Ori Kam
...@sunyainfo.com; > davidf...@tencent.com; 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; Thomas Monjalon > > Subject: Re: [dpdk-dev] [

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-23 Thread Jerin Jacob
com.cn; lixin...@huachentel.com; wush...@inspur.com; > > yuying...@yxlink.com; fanchengg...@sunyainfo.com; > > davidf...@tencent.com; liuzho...@chinaunicom.cn; > > zhaoyon...@huawei.com; o...@yunify.com; j...@netgate.com; > > hongjun...@intel.com; j.bromh...@titan-ic.com;

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-23 Thread Ori Kam
.com; > yuying...@yxlink.com; fanchengg...@sunyainfo.com; > davidf...@tencent.com; 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; Thomas Monjalon >

Re: [dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-02-22 Thread Jerin Jacob
> diff --git a/lib/librte_regexdev/rte_regexdev.h > b/lib/librte_regexdev/rte_regexdev.h > new file mode 100644 > index 000..c42128b > --- /dev/null > +++ b/lib/librte_regexdev/rte_regexdev.h > @@ -0,0 +1,1411 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright(C) 2019 Marvell Inter

[dpdk-dev] [PATCH v3] regexdev: introduce regexdev subsystem

2020-01-28 Thread Ori Kam
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 frameworks such as libpcre a