Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2020-01-26 Thread Ori Kam
; edwin.verpla...@intel.com; keith.wi...@intel.com > Subject: Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev > subsystem > > On Fri, Sep 27, 2019 at 02:35:00PM +, Jerin Jacob Kollanukkaran wrote: > > > -Original Message- > > > From: Wang Xiang

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-10-20 Thread Jerin Jacob Kollanukkaran
df...@tencent.com; > liuzho...@chinaunicom.cn; zhaoyon...@huawei.com; o...@yunify.com; > j...@netgate.com; Ni, Hongjun ; j.bromhead@titan- > ic.com; d...@ntop.org; f...@napatech.com; arthur...@lionic.com; Guy Kaneti > ; Smadar Fuks ; Liron Himi > ; edwin.verpla...@intel.com; keith.w

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-10-13 Thread Wang Xiang
On Fri, Sep 27, 2019 at 02:35:00PM +, Jerin Jacob Kollanukkaran wrote: > > -Original Message- > > From: Wang Xiang > > > > Hi Jerin, > > > > Thanks for your response. More comments below and inline. > > > > 1) I think the size of some varaibles (e.g. nb_matches, scan_size, matching

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-10-02 Thread Jerin Jacob Kollanukkaran
#x27;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' > > Subject: R

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-10-02 Thread Shahaf Shuler
Wednesday, October 2, 2019 11:32 AM, Jerin Jacob Kollanukkaran: > Subject: Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev > subsystem > > > -Original Message- > > From: Shahaf Shuler > > Sent: Wednesday, October 2, 2019 11:23 AM > > To: J

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-10-02 Thread Jerin Jacob Kollanukkaran
#x27;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' > > Subje

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-10-01 Thread Shahaf Shuler
ate.com; hongjun...@intel.com; j.bromh...@titan-ic.com; > > d...@ntop.org; f...@napatech.com; arthur...@lionic.com > > Subject: RE: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev > > subsystem > > > > > Hi Jerin, > > > > Hi Shahaf, >

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-09-27 Thread Jerin Jacob Kollanukkaran
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 > Subject: RE: [dpdk-dev] [RFC PATCH v1] regexdev: intro

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-09-27 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Wang Xiang > > Hi Jerin, > > Thanks for your response. More comments below and inline. > > 1) I think the size of some varaibles (e.g. nb_matches, scan_size, matching > offset, etc) should be increased based on what Hyperscan supports. > > a) struct rte

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-09-18 Thread Wang Xiang
Hi Jerin, Thanks for your response. More comments below and inline. 1) I think the size of some varaibles (e.g. nb_matches, scan_size, matching offset, etc) should be increased based on what Hyperscan supports. a) struct rte_regex_ops: uint16_t scan_size => uint32_t scan_size

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-09-10 Thread Jerin Jacob Kollanukkaran
> Hi Jerin, Hi Shahaf, Sorry for delay in response(Was busy with 19.11 proposal deadline). Please see inline. > > > > RegEx pattern matching applications: > > • Next Generation Firewalls (NGFW) > > • Deep Packet and Flow Inspection (DPI) > > • Intrusion Prevention Systems (IPS) > > • DDoS Mitig

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-09-10 Thread Jerin Jacob Kollanukkaran
> Hi Jerin, > > Thursday, August 15, 2019 2:34 PM, Thomas Monjalon: > > Subject: Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev > > subsystem > > > > +Cc more > > > > > > > > From: Jerin Jacob > &

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-09-10 Thread Jerin Jacob Kollanukkaran
Hi Xiang, Sorry for delay in response(Was busy with 19.11 proposal deadline). Please see inline. > > Reply to Xiang's queries in main thread: > > Hi all, > > Some questions regarding APIs. Could you please give more insights? > > 1) rte_regex_ops > a) rsp_flags > These two flags

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-08-23 Thread John Bromhead
To book a meeting: https://calendly.com/johnbromhead/titanic On Aug 20, 2019, at 10:32 PM, Shahaf Shuler mailto:shah...@mellanox.com>> wrote: Hi Jerin, Thursday, August 15, 2019 2:34 PM, Thomas Monjalon: Subject: Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem +Cc more -

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-08-20 Thread Shahaf Shuler
Hi Jerin, Thursday, August 15, 2019 2:34 PM, Thomas Monjalon: > Subject: Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev > subsystem > > +Cc more > > > > From: Jerin Jacob > > Even though there are some vendors which offer Regex HW offl

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-08-19 Thread Wang, Xiang W
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; &g

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-08-18 Thread Jerin Jacob Kollanukkaran
angy@chinatelecom.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] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-08-15 Thread Thomas Monjalon
+Cc more 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. The Doxygen generate

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-08-15 Thread Thomas Monjalon
+Cc other interested vendors +Cc contributors to µDPI project in fd.io 27/06/2019 17:50, jer...@marvell.com: > 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. >

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-07-14 Thread Jerin Jacob Kollanukkaran
Ping. Is anyone interested to collaborate on this RFC[2]? Marvell would like to contribute on one SW(PCRE based) PMD and HW PMD for this API. Shahaf from Mellanox proposed a presentation on DPDK Regex device for upcoming user space summit[1] so It would be good to iron out the differences in va