Re: [dpdk-dev] [PATCH v5 0/4] add RegEx class

2020-07-06 Thread Thomas Monjalon
06/07/2020 19:36, Ori Kam: > Jerin Jacob (1): > regexdev: introduce regexdev subsystem > > Ori Kam (3): > regexdev: add regex core h file > regexdev: add regexdev core functions > regexdev: implement regex rte level functions Applied with some details fixed, thanks

[dpdk-dev] [PATCH v5 0/4] add RegEx class

2020-07-06 Thread Ori Kam
This patch set adds the RegEx class, which enables RegEx pattern matching, both on HW/SW PMDs. Example for applications that will benefit from this class: * Next Generation Firewalls (NGFW) * Deep Packet and Flow Inspection (DPI) * Intrusion Prevention Systems (IPS) * DDoS Mitigation * Network Mon