Re: [dpdk-dev] [PATCH v4 1/4] regexdev: introduce regexdev subsystem

2020-07-06 Thread Ori Kam
...@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; d...@ntop.org; f...@napatech.com; > arthur...@lionic.com > Subject: Re: [dpdk-dev] [PAT

Re: [dpdk-dev] [PATCH v4 1/4] regexdev: introduce regexdev subsystem

2020-07-05 Thread Thomas Monjalon
02/07/2020 09:46, Ori Kam: > From: Jerin Jacob > --- a/config/common_base > +++ b/config/common_base > # > +# Compile regex device support > +# > +CONFIG_RTE_LIBRTE_REGEXDEV=y > + > +# > # Compile librte_ring > # > CONFIG_RTE_LIBRTE_RING=y > @@ -1141,3 +1146,4 @@ CONFIG_RTE_APP_CRYPTO_PERF=y >

[dpdk-dev] [PATCH v4 1/4] regexdev: introduce regexdev subsystem

2020-07-02 Thread Ori Kam
From: Jerin Jacob As RegEx usage become more used by DPDK applications, for example: * Next Generation Firewalls (NGFW) * Deep Packet and Flow Inspection (DPI) * Intrusion Prevention Systems (IPS) * DDoS Mitigation * Network Monitoring * Data Loss Prevention (DLP) * Smart NICs * Grammar based con