[dpdk-dev] [PATCH v4] app/test-regex: add RegEx test application

2020-07-29 Thread Ori Kam
From: Yuval Avnery Following the new RegEx class. There is a need to create a dedicated test application in order to validate this class and PMD. Unlike net device this application loads data from a file. This commit introduces the new RegEx test app. The basic app flow: 1. Configure the RegEx

Re: [dpdk-dev] [PATCH v4] app/test-regex: add RegEx test application

2020-07-30 Thread Thomas Monjalon
29/07/2020 20:09, Ori Kam: > From: Yuval Avnery > > Following the new RegEx class. > There is a need to create a dedicated test application in order to > validate this class and PMD. > > Unlike net device this application loads data from a file. > > This commit introduces the new RegEx test app